Skip to content

Commit

Permalink
[docs][azure] Update config doc for azure resource group specification (
Browse files Browse the repository at this point in the history
#4316)

Update config doc for azure resource group specification
  • Loading branch information
landscapepainter authored Nov 11, 2024
1 parent 24982a1 commit 91323d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91323d8

Please sign in to comment.