Skip to content

Commit a9bc258

Browse files
Merge pull request #235043 from msaenzbosupport/patch-15
[Doc-A-Thon] Removing Ubuntu LTS
2 parents 7d1eb75 + 45e7edf commit a9bc258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Now create a Virtual Machine Scale Set with [az vmss create](/cli/azure/vmss). T
3939
az vmss create \
4040
--resource-group myResourceGroup \
4141
--name myScaleSet \
42-
--image UbuntuLTS \
42+
--image <SKU image> \
4343
--upgrade-policy-mode automatic \
4444
--admin-username azureuser \
4545
--generate-ssh-keys

0 commit comments

Comments
 (0)