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
Copy file name to clipboardExpand all lines: includes/vpn-gateway-add-gw-pip-portal-include.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: include
8
-
ms.date: 04/29/2022
8
+
ms.date: 12/07/2022
9
9
ms.author: cherylmc
10
10
ms.custom: include file
11
11
12
12
# The numbers in this include are correct. They add on to sections in multiple articles that are already numbered.
13
13
---
14
-
3. Specify in the values for **Public IP address**. 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.
14
+
3. Specify in the values for **Public IP address**. These settings specify the public IP address object that gets associated to the VPN gateway. The public IP address is 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.
15
15
16
16
:::image type="content" source="./media/vpn-gateway-add-gw-pip-portal/pip-details.png" alt-text="Screenshot of public IP address field." lightbox="./media/vpn-gateway-add-gw-pip-portal/pip-details.png":::
17
17
18
-
***Public IP address type**: In most cases, you want to use the Basic Public IP address type. If you don't see this field on the portal page, you may have selected a gateway SKU that pre-selects this value for you.
18
+
***Public IP address type**: You can choose either Basic or Standard.
19
19
***Public IP address**: Leave **Create new** selected.
20
20
***Public IP address name**: In the text box, type a name for your public IP address instance.
21
-
***Public IP address SKU**: This field is controlled by the **Public IP Address Type**setting.
22
-
***Assignment**: VPN gateway supports only Dynamic.
21
+
***Public IP address SKU**: This field is controlled by the **Public IP Address Type**value.
22
+
***Assignment**: This setting is based on the **Public IP Address Type** value.
23
23
***Enable active-active mode**: Only select **Enable active-active mode** if you're creating an active-active gateway configuration. Otherwise, leave this setting **Disabled**.
24
24
* Leave **Configure BGP** as **Disabled**, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, although this value can be changed.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-basic-vnet-rm-portal-include.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author: cherylmc
3
3
ms.author: cherylmc
4
4
ms.service: vpn-gateway
5
5
ms.topic: include
6
-
ms.date: 04/29/2022
6
+
ms.date: 12/07/2022
7
7
---
8
8
9
9
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -19,18 +19,17 @@ ms.date: 04/29/2022
19
19
-**Resource group**: Select an existing resource group, or select **Create new** to create a new one. For more information about resource groups, see [Azure Resource Manager overview](../articles/azure-resource-manager/management/overview.md#resource-groups).
20
20
-**Name**: Enter the name for your virtual network.
21
21
-**Region**: Select the location for your VNet. The location determines where the resources that you deploy to this VNet will live.
22
-
1. Select **Security** to advance to the Security tab. At this time, leave the default values.
22
+
23
+
1. Select **IP Addresses** to advance to the IP Addresses tab. On the **IP Addresses** tab, configure the settings.
24
+
25
+
-**IPv4 address space**: By default, an address space is automatically created. You can select the address space and adjust it to reflect your own values. You can also add more address spaces by selecting the box below the existing address space and specifying the values for the additional address space. For example, you can change the IPv4 address field to **10.1.0.0/16** from the default values that are automatically populated.
26
+
-**+ Add subnet**: If you use the default address space, a default subnet is created automatically. If you change the address space, you need to add a subnet. Select **+ Add subnet** to open the **Add subnet** window. Configure the following settings, then select **Add** at the bottom of the page to add the values.
27
+
-**Subnet name**: Example: **FrontEnd**.
28
+
-**Subnet address range**: The address range for this subnet. For example, **10.1.0.0/24**.
29
+
1. Select **Security** to advance to the Security tab. For this exercise, leave the default values.
23
30
24
31
-**BastionHost**: Disable
25
32
-**DDoS Protection Standard**: Disable
26
33
-**Firewall**: Disable
27
-
1. Select **IP Addresses** to advance to the IP Addresses tab. On the IP Addresses tab, configure the settings. The values shown in the example can be adjusted according to the settings that you require.
28
-
29
-
:::image type="content" source="./media/vpn-gateway-basic-vnet-rm-portal-include/addresses.png" alt-text="Screenshot shows the IP Addresses tab." lightbox= "./media/vpn-gateway-basic-vnet-rm-portal-include/addresses.png":::
30
-
31
-
-**IPv4 address space**: By default, an address space is automatically created. You can select the address space and adjust it to reflect your own values. You can also add more address spaces by selecting the box below the existing address space and specifying the values for the additional address space.
32
-
-**+ Add subnet**: If you use the default address space, a default subnet is created automatically. If you change the address space, you need to add a subnet. Select **+ Add subnet** to open the **Add subnet** window. Configure the following settings, then select **Add** at the bottom of the page to add the values.
33
-
-**Subnet name**: In this example, we named the subnet "FrontEnd".
34
-
-**Subnet address range**: The address range for this subnet.
35
34
1. Select **Review + create** to validate the virtual network settings.
36
35
1. After the settings have been validated, select **Create** to create the virtual network.
0 commit comments