From fb61be40a163f97f0eceb8e6291be57817cca708 Mon Sep 17 00:00:00 2001 From: Doyoung Kim Date: Sat, 8 Jun 2024 04:51:08 +0000 Subject: [PATCH] error comment --- sky/data/storage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sky/data/storage.py b/sky/data/storage.py index ccc487065e6..7725c9aefe3 100644 --- a/sky/data/storage.py +++ b/sky/data/storage.py @@ -2134,6 +2134,9 @@ async def get_object_id(): ) except azure.exceptions().ResourceExistsError as error: if 'StorageAccountAlreadyTaken' in error.message: + # The error occurs when the storage account + # name attempted to be created already exists + # globally being used by other user. with ux_utils.print_exception_no_traceback(): raise exceptions.StorageBucketCreateError( 'The storage account name '