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 83f9418 commit ce32aa1Copy full SHA for ce32aa1
articles/virtual-network/quick-create-terraform.md
@@ -89,7 +89,7 @@ The script creates the following resources:
89
virtual_network_name=$(terraform output -raw virtual_network_name)
90
```
91
92
-1. Run [az network vnet show](/cli/azure/network/vnet#az-network-vnet-show) to display the details of your newly created virtual network.
+1. Use [`az network vnet show`](/cli/azure/network/vnet#az-network-vnet-show) to display the details of your newly created virtual network.
93
94
```azurecli
95
az network vnet show \
0 commit comments