Skip to content

Commit 30ddb02

Browse files
[Doc-A-Thon] Removing UbuntuLTS
Removing UbuntuLTS updating with SKU image.
1 parent 2b11e27 commit 30ddb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/tutorial-autoscale-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
--orchestration-mode Flexible \
4444
--instance-count 2 \
4545
--admin-username azureuser \

0 commit comments

Comments
 (0)