From 91323d86baaeb1341c6953e15bbf19f2896b67ad Mon Sep 17 00:00:00 2001 From: Doyoung Kim <34902420+landscapepainter@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:26:40 -0800 Subject: [PATCH] [docs][azure] Update config doc for azure resource group specification (#4316) Update config doc for azure resource group specification --- docs/source/reference/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/reference/config.rst b/docs/source/reference/config.rst index b8255b46402..5c7152c4074 100644 --- a/docs/source/reference/config.rst +++ b/docs/source/reference/config.rst @@ -431,6 +431,12 @@ Available fields and semantics: # Advanced Azure configurations (optional). # Apply to all new instances but not existing ones. azure: + # By default, SkyPilot creates a unique resource group for each VM when + # launched. If specified, all VMs will be launched within the provided + # resource group. Additionally, controllers for serve and managed jobs will + # be created in this resource group. Note: This setting only applies to VMs + # and does not affect storage accounts or containers. + resource_group_vm: user-resource-group-name # 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 unless container endpoint URI is used as source.