Skip to content

Commit ed294bc

Browse files
(AzureCXP) Added Location Paramter
resolves MicrosoftDocs/azure-docs#120101
1 parent c837991 commit ed294bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/nat-gateway/quickstart-create-nat-gateway-cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ az network nat gateway create \
5757
--resource-group test-rg \
5858
--name nat-gateway \
5959
--public-ip-addresses public-ip-nat \
60-
--idle-timeout 10
60+
--idle-timeout 10 \
61+
--location eastus2
6162
```
6263

6364
### Create virtual network
@@ -70,7 +71,8 @@ az network vnet create \
7071
--resource-group test-rg \
7172
--address-prefix 10.0.0.0/16 \
7273
--subnet-name subnet-1 \
73-
--subnet-prefixes 10.0.0.0/24
74+
--subnet-prefixes 10.0.0.0/24 \
75+
--location eastus2
7476
```
7577

7678
### Create bastion host subnet

0 commit comments

Comments
 (0)