From 955c7db6186b514c60337ba2a3a29661bf98f5d0 Mon Sep 17 00:00:00 2001 From: Doyoung Kim Date: Fri, 19 Jul 2024 02:09:21 +0000 Subject: [PATCH] Update Advanced Configurations page --- docs/source/reference/config.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/reference/config.rst b/docs/source/reference/config.rst index 7f24c59063f..c2bb9f1456a 100644 --- a/docs/source/reference/config.rst +++ b/docs/source/reference/config.rst @@ -368,6 +368,17 @@ Available fields and semantics: # Default: 'LOCAL_CREDENTIALS'. remote_identity: LOCAL_CREDENTIALS + # Advanced Azure configurations (optional). + # Apply to all new instances but not existing ones. + azure: + # Specify an existing Azure storage account for SkyPilot-managed containers. + # If not set, SkyPilot will use its default naming convention to create and + # use the storage account. + # Note: SkyPilot cannot create new storage accounts with custom names; it + # can only use existing ones or create accounts with its default naming + # scheme. + storage_account: user-storage-account-name + # Advanced Kubernetes configurations (optional). kubernetes: # The networking mode for accessing SSH jump pod (optional).