Skip to content

Commit 2984b2d

Browse files
committed
tweaks
1 parent fd97362 commit 2984b2d

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
@@ -7,7 +7,7 @@ ms.service: azure-expressroute
77
ms.topic: how-to
88
ms.date: 12/03/2024
99
ms.author: duau
10-
ms.custom: devx-track-azurepowershell, template-tutorial
10+
ms.custom: devx-track-azurepowershell
1111
---
1212
# Configure a virtual network gateway for ExpressRoute using PowerShell
1313
> [!div class="op_single_selector"]
@@ -103,7 +103,7 @@ The steps for this task use a VNet based on the values in the following configur
103103
```azurepowershell-interactive
104104
$pip = New-AzPublicIpAddress -Name $GWIPName -ResourceGroupName $RG -Location $Location -AllocationMethod Static -SKU Standard
105105
```
106-
If you want to create the gateway in an Azure Extended Zone, request a public IP address in an Extended Zone using the **-ExtendedLocation** parameter.
106+
If you want to create the gateway in an Azure Extended Zone, request a public IP address in the Extended Zone using the **-ExtendedLocation** parameter.
107107

108108
```azurepowershell-interactive
109109
$pip = New-AzPublicIpAddress -Name $GWIPName -ResourceGroupName $RG -Location $Location -AllocationMethod Static -SKU Standard -ExtendedLocation $ExtendedLocation

0 commit comments

Comments
 (0)