Skip to content

Commit 77f757b

Browse files
Merge pull request #291452 from halkazwini/ez-er
Add Azure Extended Zones
2 parents 1c3a79d + 23fc8bd commit 77f757b

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ services: expressroute
55
author: duongau
66
ms.service: azure-expressroute
77
ms.topic: how-to
8-
ms.date: 10/31/2023
8+
ms.date: 12/06/2024
99
ms.author: duau
1010
ms.custom:
1111
- reference_regions
1212
- ignite-2023
1313
---
14+
1415
# Configure a virtual network gateway for ExpressRoute using the Azure portal
1516
> [!div class="op_single_selector"]
1617
> * [Resource Manager - Azure portal](expressroute-howto-add-gateway-portal-resource-manager.md)
@@ -33,22 +34,25 @@ The steps for this tutorial use the values in the following configuration refere
3334
* Subnet Name = "default"
3435
* Subnet address space = "10.0.0.0/24"
3536
* Resource Group = "vnetdemo"
36-
* Location = "West US 2"
37+
* Location = "West US 3"
3738
* Gateway Subnet name: "GatewaySubnet" You must always name a gateway subnet *GatewaySubnet*.
3839
* Gateway Subnet address space = "10.0.1.0/24"
3940
* Gateway Name = "myERGwScale"
4041
* Gateway Public IP Name = "myERGwScaleIP"
4142
* Gateway type = "ExpressRoute" This type is required for an ExpressRoute configuration.
4243

4344
> [!IMPORTANT]
44-
> ExpressRoute Virtual Network Gateways no longer support the Basic Public IP SKU. Please associate a Standard IP to create the Virtual Network Gateway.
45-
>
46-
>
45+
> ExpressRoute Virtual Network Gateways no longer support the Basic Public IP SKU. Associate a Standard IP to create the Virtual Network Gateway.
46+
>
4747
4848
## Create the gateway subnet
4949

50-
1. In the [portal](https://portal.azure.com), navigate to the Resource Manager virtual network for which you want to create a virtual network gateway.
50+
1. Sign in to the [Azure portal](https://portal.azure.com).
51+
52+
1. Go to the virtual network for which you want to create a virtual network gateway.
53+
5154
1. In the **Settings** section of your virtual network, select **Subnets** to expand the Subnet settings.
55+
5256
1. Select **+ Gateway subnet** to add a gateway subnet.
5357

5458
:::image type="content" source="./media/expressroute-howto-add-gateway-portal-resource-manager/add-gateway-subnet.png" alt-text="Screenshot that shows the button to add the gateway subnet.":::
@@ -76,9 +80,9 @@ The steps for this tutorial use the values in the following configuration refere
7680
| Resource Group | The resource group gets automatically chosen once you select the virtual network. |
7781
| **Instance details** | |
7882
| Name | Name your gateway. This name isn't the same as naming a gateway subnet. It's the name of the gateway resource you're creating.|
79-
| Region | Change the **Region** field to point to the location where your virtual network is located. If the region isn't pointing to the location where your virtual network is, the virtual network doesn't appear in the **Virtual network** dropdown. |
83+
| Region | Change the **Region** field to point to the location where your virtual network is located. If the region isn't pointing to the location where your virtual network is, the virtual network doesn't appear in the **Virtual network** dropdown. <br> If you want to create the gateway in an [Azure Extended Zone](../extended-zones/overview.md), select **Deploy to an Azure Extended Zone**.|
8084
| Gateway type | Select **ExpressRoute**.|
81-
| SKU | Select a gateway SKU from the dropdown. For more information, see [About ExpressRoute gateway](expressroute-about-virtual-network-gateways.md). |
85+
| SKU | Select a gateway SKU from the dropdown. For more information, see [ExpressRoute gateway SKUs](expressroute-about-virtual-network-gateways.md#gwsku). |
8286
| Minimum Scale Units | This option is only available when you select the **ErGwScale (Preview)** SKU. Enter the minimum number of scale units you want to use. For more information, see [ExpressRoute Gateway Scale Units](expressroute-about-virtual-network-gateways.md#expressroute-scalable-gateway-preview). |
8387
| Maximum Scale Units | This option is only available when you select the **ErGwScale (Preview)** SKU. Enter the maximum number of scale units you want to use. For more information, see [ExpressRoute Gateway Scale Units](expressroute-about-virtual-network-gateways.md#expressroute-scalable-gateway-preview). |
8488
| Virtual network | Select *vnet-1*. |
@@ -93,6 +97,14 @@ The steps for this tutorial use the values in the following configuration refere
9397
> If you plan to use IPv6-based private peering over ExpressRoute, please make sure to create your gateway with a Public IP address of type Standard, Static using the [PowerShell instructions](./expressroute-howto-add-gateway-resource-manager.md#add-a-gateway).
9498
>
9599
100+
> [!NOTE]
101+
> To create the gateway in an [Azure Extended Zone](../extended-zones/overview.md), you must first [request access to the Extended Zone](../extended-zones/request-access.md). Once you have access, you can create the gateway.
102+
>
103+
> The following considerations apply when creating a virtual network gateway in an Extended Zone:
104+
> - Availability Zones aren't supported in Azure Extended Zones.
105+
> - The following SKUs are currently supported in Azure Extended Zones: *Standard*, *HighPerformance*, *UltraPerformance*.
106+
> - Local SKU circuit isn't supported with gateways in Azure Extended Zone.
107+
96108
1. Select **Review + Create**, and then **Create** to begin creating the gateway. The settings are validated and the gateway deploys. Creating virtual network gateway can take up to 45 minutes to complete.
97109

98110
## Enable or disable VNet to VNet or VNet to Virtual WAN traffic through ExpressRoute
615 Bytes
Loading

0 commit comments

Comments
 (0)