Skip to content

Commit 6b6b927

Browse files
committed
update formatting
1 parent e57363a commit 6b6b927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-desktop/start-virtual-machine-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You need to make sure you have the names of the resource group and host pool you
9292
[!INCLUDE [include-cloud-shell-local-cli](includes/include-cloud-shell-local-cli.md)]
9393
9494
2. To enable or disable Start VM on Connect, do one of the following steps:
95-
1. To enable Start VM on Connect, run the following command, replacing the value for `-ResourceGroupName` and `-Name` with your values:
95+
1. To enable Start VM on Connect, run the following command, replacing the value for `--resource-group` and `--name` with your values:
9696
9797
```azurecli
9898
az desktopvirtualization hostpool update \
@@ -101,7 +101,7 @@ You need to make sure you have the names of the resource group and host pool you
101101
--start-vm-on-connect true
102102
```
103103
104-
1. To disable Start VM on Connect, run the following command, replacing the value for `-ResourceGroupName` and `-Name` with your values:
104+
1. To disable Start VM on Connect, run the following command, replacing the value for `--resource-group` and `--name` with your values:
105105
106106
```azurecli
107107
az desktopvirtualization hostpool update \

0 commit comments

Comments
 (0)