Skip to content

Commit

Permalink
docs: fix command for resource group creation
Browse files Browse the repository at this point in the history
Co-authored-by: David Weisse <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen and davidweisse committed Apr 10, 2024
1 parent 0d92e2b commit 0fd02c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can either use an existing one or create a new resource group with the follo
# Select a location with DCas_cc_v5 instances available
azLocation="westus"

az rg create \
az group create \
--name "$azResourceGroup"
--location "$azLocation"
```
Expand Down

0 comments on commit 0fd02c3

Please sign in to comment.