Skip to content

Commit 18eb755

Browse files
cli tweak
prompt for region name
1 parent 0bbb993 commit 18eb755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/quickstart-create-nat-gateway-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Nine Azure resources are defined in the template:
7373
**Azure CLI**
7474

7575
```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"
76+
read -p "Enter the location (i.e. centralus): " location
77+
resourceGroupName="myResourceGroupNAT"
78+
templateUri="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json"
7979
8080
az group create \
8181
--name $resourceGroupName \

0 commit comments

Comments
 (0)