Skip to content

Commit b34806a

Browse files
authored
Update vm-generalized-image-version.md
1 parent 2ff1407 commit b34806a

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)