We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06d593 commit 8b535b1Copy full SHA for 8b535b1
articles/virtual-machines/linux/no-agent.md
@@ -67,7 +67,7 @@ $ az vm create \
67
68
### Remove the image provisioning Agent
69
70
-Once the VM is provisioning, you can SSH into it and remove the Linux Agent:
+Once the VM is provisioning, you can connect to it via SSH and remove the Linux Agent:
71
72
```bash
73
$ sudo apt purge -y waagent
@@ -300,7 +300,7 @@ $ az image create \
300
--name demo1img
301
```
302
303
-Now we are ready to create a new VM (or multiple VMs) from the image:
+Now we are ready to create a new VM from the image. This can also be used to create multiple VMs:
304
305
```azurecli
306
$ IMAGE_ID=$(az image show -g demo1 -n demo1img --query id -o tsv)
0 commit comments