Skip to content

Commit c2b454f

Browse files
updated region suggestion
1 parent 18eb755 commit c2b454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

7575
```azurecli-interactive
76-
read -p "Enter the location (i.e. centralus): " location
76+
read -p "Enter the location (i.e. westcentralus): " location
7777
resourceGroupName="myResourceGroupNAT"
7878
templateUri="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json"
7979
@@ -89,7 +89,7 @@ az group deployment create \
8989
**Azure PowerShell**
9090

9191
```azurepowershell-interactive
92-
$location = Read-Host -Prompt "Enter the location (i.e. centralus)"
92+
$location = Read-Host -Prompt "Enter the location (i.e. westcentralus)"
9393
$templateUri = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json"
9494
9595
$resourceGroupName = "myResourceGroupNAT"

0 commit comments

Comments
 (0)