Skip to content

Commit 6032f26

Browse files
authored
Merge pull request #106500 from cherylmc/gw
update graphics
2 parents 2982858 + 2545c58 commit 6032f26

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed
90.4 KB
Loading
74 KB
Loading
Binary file not shown.
Binary file not shown.

includes/vpn-gateway-add-gw-rm-portal-include.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 02/26/2020
8+
ms.date: 03/04/2020
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
1212

1313
1. From the [Azure portal](https://portal.azure.com) menu, select **Create a resource**.
1414

1515
![Create a resource in the Azure portal](./media/vpn-gateway-add-gw-rm-portal-include/azure-portal-create-resource.png)
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.
1717

18-
![Create virtual network gateway page fields](./media/vpn-gateway-add-gw-rm-portal-include/p2sgw.png "Create virtual network gateway page fields")
18+
![Create virtual network gateway page fields](./media/vpn-gateway-add-gw-rm-portal-include/gateway1.png "Create virtual network gateway page fields")
1919

20-
![Create virtual network gateway page fields](./media/vpn-gateway-add-gw-rm-portal-include/p2sgw2.png "Create virtual network gateway page fields")
21-
3. On the **Create virtual network gateway** page, fill in the values for your virtual network gateway.
20+
![Create virtual network gateway page fields](./media/vpn-gateway-add-gw-rm-portal-include/gateway2.png "Create virtual network gateway page fields")
21+
3. On the **Basics** tab, fill in the values for your virtual network gateway.
2222

2323
**Project details**
2424

@@ -32,21 +32,24 @@
3232
- **Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
3333
- **VPN type**: Select the VPN type that is specified for your configuration. Most configurations require a Route-based VPN type.
3434
- **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.
3538

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.
4142

4243
- **Public IP address**: Leave **Create new** selected.
4344
- **Public IP address name**: In the text box, type a name for your public IP address instance.
4445
- **Assignment**: VPN gateway supports only Dynamic.
46+
47+
Additional settings
4548

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.
4750

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.
4952

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.
5154

5255
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

Comments
 (0)