Skip to content

Commit 984ce6d

Browse files
authored
Merge pull request #220826 from cherylmc/basic-vnet
update screenshot
2 parents 4bfb2d6 + aef7ab9 commit 984ce6d

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed
Binary file not shown.
-18.6 KB
Loading

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 04/29/2022
8+
ms.date: 12/07/2022
99
ms.author: cherylmc
1010
ms.custom: include file
1111

1212
# The numbers in this include are correct. They add on to sections in multiple articles that are already numbered.
1313
---
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.
1515

1616
:::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":::
1717

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.
1919
* **Public IP address**: Leave **Create new** selected.
2020
* **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.
2323
* **Enable active-active mode**: Only select **Enable active-active mode** if you're creating an active-active gateway configuration. Otherwise, leave this setting **Disabled**.
2424
* 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.
2525
4. Select **Review + create** to run validation.

includes/vpn-gateway-basic-vnet-rm-portal-include.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: cherylmc
33
ms.author: cherylmc
44
ms.service: vpn-gateway
55
ms.topic: include
6-
ms.date: 04/29/2022
6+
ms.date: 12/07/2022
77
---
88

99
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -19,18 +19,17 @@ ms.date: 04/29/2022
1919
- **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).
2020
- **Name**: Enter the name for your virtual network.
2121
- **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.
2330

2431
- **BastionHost**: Disable
2532
- **DDoS Protection Standard**: Disable
2633
- **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.
3534
1. Select **Review + create** to validate the virtual network settings.
3635
1. After the settings have been validated, select **Create** to create the virtual network.

0 commit comments

Comments
 (0)