Skip to content

Commit 8b535b1

Browse files
authored
Update no-agent.md
1 parent b06d593 commit 8b535b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/no-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ az vm create \
6767

6868
### Remove the image provisioning Agent
6969

70-
Once the VM is provisioning, you can SSH into it and remove the Linux Agent:
70+
Once the VM is provisioning, you can connect to it via SSH and remove the Linux Agent:
7171

7272
```bash
7373
$ sudo apt purge -y waagent
@@ -300,7 +300,7 @@ $ az image create \
300300
--name demo1img
301301
```
302302

303-
Now we are ready to create a new VM (or multiple VMs) from the image:
303+
Now we are ready to create a new VM from the image. This can also be used to create multiple VMs:
304304

305305
```azurecli
306306
$ IMAGE_ID=$(az image show -g demo1 -n demo1img --query id -o tsv)

0 commit comments

Comments
 (0)