Skip to content

Commit d38fc3d

Browse files
committed
correction
1 parent d9e5878 commit d38fc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/expressroute/expressroute-howto-add-gateway-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ The steps for this task use a VNet based on the values in the following configur
6262
$VNetName = "TestVNet"
6363
```
6464

65-
If you want to create the gateway in an Azure Extended Zone, declare the following variables.
65+
If you want to create the gateway in an Azure Extended Zone, add the **$ExtendedLocation** variable.
6666

6767
```azurepowershell-interactive
6868
$RG = "TestRG"
6969
$Location = "West US"
70-
$ExtendedLocation = losangeles
70+
$ExtendedLocation = "losangeles"
7171
$GWName = "GW"
7272
$GWIPName = "GWIP"
7373
$GWIPconfName = "gwipconf"

0 commit comments

Comments
 (0)