|
5 | 5 | author: cherylmc
|
6 | 6 | ms.service: vpn-gateway
|
7 | 7 | ms.topic: include
|
8 |
| - ms.date: 02/26/2020 |
| 8 | + ms.date: 03/04/2020 |
9 | 9 | ms.author: cherylmc
|
10 | 10 | ms.custom: include file
|
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | 1. From the [Azure portal](https://portal.azure.com) menu, select **Create a resource**.
|
14 | 14 |
|
15 | 15 | 
|
16 |
| -2. In the **Search the Marketplace** field, type 'Virtual Network Gateway'. Locate **Virtual network gateway** in the search return and click the entry. On the **Virtual network gateway** page, click **Create**. This opens the **Create virtual network gateway** page. |
| 16 | +2. In the **Search the Marketplace** field, type 'Virtual Network Gateway'. Locate **Virtual network gateway** in the search return and select the entry. On the **Virtual network gateway** page, select **Create**. This opens the **Create virtual network gateway** page. |
17 | 17 |
|
18 |
| -  |
| 18 | +  |
19 | 19 |
|
20 |
| -  |
21 |
| -3. On the **Create virtual network gateway** page, fill in the values for your virtual network gateway. |
| 20 | +  |
| 21 | +3. On the **Basics** tab, fill in the values for your virtual network gateway. |
22 | 22 |
|
23 | 23 | **Project details**
|
24 | 24 |
|
|
32 | 32 | - **Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
|
33 | 33 | - **VPN type**: Select the VPN type that is specified for your configuration. Most configurations require a Route-based VPN type.
|
34 | 34 | - **SKU**: Select the gateway SKU from the dropdown. The SKUs listed in the dropdown depend on the VPN type you select. For more information about gateway SKUs, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku).
|
| 35 | + - **Generation**: For information about VPN Gateway Generation, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpngateways.md#gwsku). |
| 36 | + - **Virtual network**: From the dropdown, select the virtual network to which you want to add this gateway. |
| 37 | + - **Gateway subnet address range**: This field only appears if your VNet doesn't have a gateway subnet. If possible, make the range /27 or larger (/26,/25 etc.). We don't recommend creating a range any smaller than /28. If you already have a gateway subnet, you can view GatewaySubnet details by navigating to your virtual network. Click **Subnets** to view the range. If you want to change the range, you can delete and recreate the GatewaySubnet. |
35 | 38 |
|
36 |
| - **Virtual network**: Choose the virtual network to which you want to add this gateway. |
37 |
| - |
38 |
| - **Gateway subnet address range**: This field only appears if your VNet doesn't have a gateway subnet. If possible, make the range /27 or larger (/26,/25 etc.). We don't recommend creating a range any smaller than /28. If you already have a gateway subnet, you can view GatewaySubnet details by navigating to your virtual network. Click **Subnets** to view the range. If you want to change the range, you can delete and recreate the GatewaySubnet. |
39 |
| - |
40 |
| - **Public IP address**: This setting specifies the public IP address object that gets associated to the VPN gateway. The public IP address is dynamically assigned to this object when the VPN gateway is created. The only time the Public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway. |
| 39 | + **Public IP address** |
| 40 | + |
| 41 | + These settings specify the public IP address object that gets associated to the VPN gateway. The public IP address is dynamically assigned to this object when the VPN gateway is created. The only time the Public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway. |
41 | 42 |
|
42 | 43 | - **Public IP address**: Leave **Create new** selected.
|
43 | 44 | - **Public IP address name**: In the text box, type a name for your public IP address instance.
|
44 | 45 | - **Assignment**: VPN gateway supports only Dynamic.
|
| 46 | + |
| 47 | + Additional settings |
45 | 48 |
|
46 |
| - **Active-Active mode**: Only select **Enable active-active mode** if you are creating an active-active gateway configuration. Otherwise, leave this setting unselected. |
| 49 | + - **Active-Active mode**: Only select **Enable active-active mode** if you are creating an active-active gateway configuration. Otherwise, leave this setting unselected. |
47 | 50 |
|
48 |
| - Leave **Configure BGP ASN** deselected, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, although this can be changed. |
| 51 | + - Leave **Configure BGP ASN** deselected, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, although this can be changed. |
49 | 52 |
|
50 |
| -4. Click **Review + create** to run validation. Once validation passes, click **Create** to deploy the VPN gateway. A gateway can take up to 45 minutes to fully create and deploy. You can see the deployment status on the Overview page for your gateway. |
| 53 | +4. Select **Review + create** to run validation. Once validation passes, select **Create** to deploy the VPN gateway. A gateway can take up to 45 minutes to fully create and deploy. You can see the deployment status on the Overview page for your gateway. |
51 | 54 |
|
52 | 55 | After the gateway is created, you can view the IP address that has been assigned to it by looking at the virtual network in the portal. The gateway appears as a connected device.
|
0 commit comments