Skip to content

Commit 4e9397e

Browse files
Merge pull request #249299 from duongau/duongau-patch-1-2
ExpressRoute - How to add gateway - move important note to top of page
2 parents e885f2d + 1392239 commit 4e9397e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ The steps for this task use a VNet based on the values in the following configur
5050

5151
## Add a gateway
5252

53+
> [!IMPORTANT]
54+
> If you plan to use IPv6-based private peering over ExpressRoute, make sure to select an AZ SKU (ErGw1AZ, ErGw2AZ, ErGw3AZ) for **-GatewaySku** or use Non-AZ SKU (Standard, HighPerformance, UltraPerformance) for -GatewaySKU with Standard and Static Public IP.
55+
>
56+
5357
1. To connect with Azure, run `Connect-AzAccount`.
5458

5559
1. Declare your variables for this tutorial. Be sure to edit the sample to reflect the settings that you want to use.
@@ -108,10 +112,6 @@ The steps for this task use a VNet based on the values in the following configur
108112
```azurepowershell-interactive
109113
New-AzVirtualNetworkGateway -Name $GWName -ResourceGroupName $RG -Location $Location -IpConfigurations $ipconf -GatewayType Expressroute -GatewaySku Standard
110114
```
111-
> [!IMPORTANT]
112-
> If you plan to use IPv6-based private peering over ExpressRoute, make sure to select an AZ SKU (ErGw1AZ, ErGw2AZ, ErGw3AZ) for **-GatewaySku** or use Non-AZ SKU (Standard, HighPerformance, UltraPerformance) for -GatewaySKU with Standard and Static Public IP.
113-
>
114-
>
115115

116116
## Verify the gateway was created
117117
Use the following commands to verify that the gateway has been created:

0 commit comments

Comments
 (0)