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 0bbb993 commit 18eb755Copy full SHA for 18eb755
articles/virtual-network/quickstart-create-nat-gateway-template.md
@@ -73,9 +73,9 @@ Nine Azure resources are defined in the template:
73
**Azure CLI**
74
75
```azurecli-interactive
76
-resourceGroupName="myResourceGroupNAT" &&
77
-templateUri="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json" &&
78
-location="eastus2"
+read -p "Enter the location (i.e. centralus): " location
+resourceGroupName="myResourceGroupNAT"
+templateUri="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json"
79
80
az group create \
81
--name $resourceGroupName \
0 commit comments