Skip to content

Commit d88b3fd

Browse files
authored
Merge pull request #110300 from koudaiii/patch-7
Fix command in vm-generalized-image-version.md
2 parents 2565538 + b34806a commit d88b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/vm-generalized-image-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ location="<location where the image is replicated>"
501501
user='<username for the VM>'
502502
name='<name for the VM>'
503503
504-
az group create --location --resource-group $resourcegroup
504+
az group create --location $location --resource-group $resourcegroup
505505
az vm create \
506506
--resource-group $resourcegroup \
507507
--name $name \

0 commit comments

Comments
 (0)