You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,22 +34,25 @@ The steps for this tutorial use the values in the following configuration refere
33
34
* Subnet Name = "default"
34
35
* Subnet address space = "10.0.0.0/24"
35
36
* Resource Group = "vnetdemo"
36
-
* Location = "West US 2"
37
+
* Location = "West US 3"
37
38
* Gateway Subnet name: "GatewaySubnet" You must always name a gateway subnet *GatewaySubnet*.
38
39
* Gateway Subnet address space = "10.0.1.0/24"
39
40
* Gateway Name = "myERGwScale"
40
41
* Gateway Public IP Name = "myERGwScaleIP"
41
42
* Gateway type = "ExpressRoute" This type is required for an ExpressRoute configuration.
42
43
43
44
> [!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
+
>
47
47
48
48
## Create the gateway subnet
49
49
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
+
51
54
1. In the **Settings** section of your virtual network, select **Subnets** to expand the Subnet settings.
55
+
52
56
1. Select **+ Gateway subnet** to add a gateway subnet.
53
57
54
58
:::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
76
80
| Resource Group | The resource group gets automatically chosen once you select the virtual network. |
77
81
|**Instance details**||
78
82
| 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**.|
80
84
| 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). |
82
86
| 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). |
83
87
| 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). |
84
88
| Virtual network | Select *vnet-1*. |
@@ -93,6 +97,14 @@ The steps for this tutorial use the values in the following configuration refere
93
97
> 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).
94
98
>
95
99
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
+
96
108
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.
97
109
98
110
## Enable or disable VNet to VNet or VNet to Virtual WAN traffic through ExpressRoute
0 commit comments