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 4162567 commit 8325e0fCopy full SHA for 8325e0f
articles/virtual-network/tutorial-connect-virtual-networks.md
@@ -218,6 +218,7 @@ az network vnet subnet create \
218
--resource-group test-rg \
219
--name AzureBastionSubnet \
220
--address-prefix 10.0.1.0/24
221
+```
222
223
### Create Azure Bastion
224
@@ -240,7 +241,7 @@ az network bastion create \
240
241
--name bastion \
242
--vnet-name vnet-1 \
243
--public-ip-address public-ip-bastion \
- --location eastus2
244
+ --location eastus2 \
245
--no-wait
246
```
247
@@ -447,7 +448,7 @@ az vm create \
447
448
--subnet subnet-1 \
449
--admin-username azureuser \
450
--authentication-type password \
- --no-wait
451
+ --no-wait
452
453
454
### Create the second VM
0 commit comments