Skip to content

Commit 5241c3f

Browse files
[Doc-A-Thon] Updating Image Name
- Removing a specific image name Ubuntu and replaced with general Linux image.
1 parent b05ced8 commit 5241c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/dedicated-hosts-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ When you deploy a scale set, you specify the host group.
294294

295295
### [CLI](#tab/cli)
296296

297-
When you deploy a scale set using [az vmss create](/cli/azure/vmss#az-vmss-create), you specify the host group using `--host-group`. In this example, we're deploying the latest Ubuntu LTS image. To deploy a Windows image, replace the value of `--image` and remove `--generate-ssh-keys` to be prompted for a password.
297+
When you deploy a scale set using [az vmss create](/cli/azure/vmss#az-vmss-create), you specify the host group using `--host-group`. In this example, we're deploying a Linux image. To deploy a Windows image, replace the value of `--image` and remove `--generate-ssh-keys` to be prompted for a password.
298298

299299
```azurecli-interactive
300300
az vmss create \
301301
--resource-group myResourceGroup \
302302
--name myScaleSet \
303-
--image UbuntuLTS \
303+
--image myImage \
304304
--upgrade-policy-mode automatic \
305305
--admin-username azureuser \
306306
--host-group myHostGroup \

0 commit comments

Comments
 (0)