Skip to content

Commit a75b61b

Browse files
Merge pull request #235046 from msaenzbosupport/patch-17
[Doc-A-Thon] Removing UbuntuLTS
2 parents 82b4475 + 079feab commit a75b61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machine-scale-sets/tutorial-use-custom-image-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ az group create --name myResourceGroup --location eastus
4141
az vm create \
4242
--resource-group myResourceGroup \
4343
--name myVM \
44-
--image ubuntults \
44+
--image <SKU image> \
4545
--admin-username azureuser \
4646
--generate-ssh-keys
4747
```
@@ -180,4 +180,4 @@ In this tutorial, you learned how to create and use a custom VM image for your s
180180
Advance to the next tutorial to learn how to deploy applications to your scale set.
181181

182182
> [!div class="nextstepaction"]
183-
> [Deploy applications to your scale sets](tutorial-install-apps-cli.md)
183+
> [Deploy applications to your scale sets](tutorial-install-apps-cli.md)

0 commit comments

Comments
 (0)