Skip to content

Commit d218d60

Browse files
Merge pull request #308606 from mbender-ms/ip-services-freshness-1125
IP Services | Maintenance | freshness + acrolinx + documentor
2 parents 4728a9e + e453b87 commit d218d60

10 files changed

Lines changed: 80 additions & 87 deletions

articles/virtual-network/ip-services/add-dual-stack-ipv6-vm-portal.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 07/24/2024
10+
ms.date: 11/20/2025
1111
ms.custom: template-how-to, powershell, cli
1212
# Customer intent: As a cloud infrastructure administrator, I want to configure an existing virtual machine with both IPv4 and IPv6 addresses, so that I can enable dual-stack networking and enhance compatibility with modern applications and services.
1313
---
@@ -72,25 +72,25 @@ In this section, you add an IPv6 address space and subnet to your existing virtu
7272

7373
1. Sign in to the [Azure portal](https://portal.azure.com).
7474

75-
2. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
75+
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
7676

77-
3. Select **myVNet** in **Virtual networks**.
77+
1. Select **myVNet** in **Virtual networks**.
7878

79-
4. Select **Address space** in **Settings**.
79+
1. Select **Address space** in **Settings**.
8080

81-
5. Select the box **Add additional address range**. Enter **2404:f800:8000:122::/63**.
81+
1. Select the box **Add additional address range**. Enter **2404:f800:8000:122::/63**.
8282

83-
6. Select **Save**.
83+
1. Select **Save**.
8484

85-
7. Select **Subnets** in **Settings**.
85+
1. Select **Subnets** in **Settings**.
8686

87-
8. In **Subnets**, select your subnet name from the list. In this example, the subnet name is **default**.
87+
1. In **Subnets**, select your subnet name from the list. In this example, the subnet name is **default**.
8888

89-
9. In the subnet configuration, select the box **Add IPv6 address space**.
89+
1. In the subnet configuration, select the box **Add IPv6 address space**.
9090

91-
10. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
91+
1. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
9292

93-
11. Select **Save**.
93+
1. Select **Save**.
9494

9595
# [Azure CLI](#tab/azurecli/)
9696

@@ -172,9 +172,9 @@ In this section, you create a IPv6 public IP address for the virtual machine.
172172

173173
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
174174

175-
2. Select **+ Create**.
175+
1. Select **+ Create**.
176176

177-
3. Enter or select the following information in **Create public IP address**.
177+
1. Enter or select the following information in **Create public IP address**.
178178

179179
| Setting | Value |
180180
| ------- | ----- |
@@ -188,7 +188,7 @@ In this section, you create a IPv6 public IP address for the virtual machine.
188188
| Location | Select your location. In this example, the location is **East US 2**. |
189189
| Availability zone | Select **Zone-redundant**. |
190190

191-
4. Select **Create**.
191+
1. Select **Create**.
192192

193193
# [Azure CLI](#tab/azurecli/)
194194

@@ -230,21 +230,15 @@ New-AzPublicIpAddress @ip6
230230

231231
# [Azure portal](#tab/azureportal)
232232

233-
In this section, you will configure your virtual machines network interface to include both a private and a public IPv6 address.
233+
In this section, you'll configure your virtual machine's network interface to include both a private and a public IPv6 address.
234234

235235
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
236-
237-
2. Select **myVM** or your existing virtual machine name.
238-
239-
3. Select **Networking** in **Settings**.
240-
241-
4. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
242-
243-
5. Select **IP configurations** in **Settings** of the network interface.
244-
245-
6. In **IP configurations**, select **+ Add**.
246-
247-
7. Enter or select the following information in **Add IP configuration**.
236+
1. Select **myVM** or your existing virtual machine name.
237+
1. Select **Networking** in **Settings**.
238+
1. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
239+
1. Select **IP configurations** in **Settings** of the network interface.
240+
1. In **IP configurations**, select **+ Add**.
241+
1. Enter or select the following information in **Add IP configuration**.
248242

249243
| Setting | Value |
250244
| ------- | ----- |
@@ -255,7 +249,7 @@ In this section, you will configure your virtual machine’s network interface t
255249
| Public IP address | Select **Associate**. |
256250
| Public IP address | Select **myPublic-IPv6**. |
257251

258-
9. Select **OK**.
252+
1. Select **OK**.
259253

260254
# [Azure CLI](#tab/azurecli/)
261255

articles/virtual-network/ip-services/associate-public-ip-address-vm.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 12/11/2024
10+
ms.date: 11/20/2025
1111
ms.author: mbender
1212
ms.custom:
1313
- template-how-to
@@ -24,7 +24,7 @@ In this article, you learn how to associate a public IP address to an existing v
2424

2525
If you want to instead create a new VM with a public IP address, you can use the [Azure portal](virtual-network-deploy-static-pip-arm-portal.md), the [Azure CLI](virtual-network-deploy-static-pip-arm-cli.md), or [Azure PowerShell](virtual-network-deploy-static-pip-arm-ps.md).
2626

27-
Public IP addresses have a nominal fee. For details, see [pricing](https://azure.microsoft.com/pricing/details/ip-addresses/). There's a limit to the number of public IP addresses that you can use per subscription. For details, see [limits](../../azure-resource-manager/management/azure-subscription-service-limits.md?toc=%2fazure%2fvirtual-network%2ftoc.json#publicip-address).
27+
Public IP addresses have a nominal fee. For details, see [pricing](https://azure.microsoft.com/pricing/details/ip-addresses/). There's a limit to the number of public IP addresses that you can use per subscription. For details, see [limits](../../azure-resource-manager/management/azure-subscription-service-limits.md).
2828

2929
[!INCLUDE [ephemeral-ip-note.md](~/reusable-content/ce-skilling/azure/includes/ephemeral-ip-note.md)]
3030

@@ -40,30 +40,30 @@ Public IP addresses have a nominal fee. For details, see [pricing](https://azure
4040

4141
1. Under **Settings** in the left pane, select **Networking**, and then select the network interface you want to add the public IP address to.
4242

43-
:::image type="content" source="./media/associate-public-ip-address-vm/select-nic.png" alt-text="Screenshot showing how to select the network interface of a VM.":::
43+
:::image type="content" source="./media/associate-public-ip-address-vm/select-nic.png" alt-text="Screenshot of how to select the network interface of a VM.":::
4444

4545
> [!NOTE]
4646
> Public IP addresses are associated to the network interfaces that are attached to a VM. In this screenshot, the VM has only one network interface. If the VM had multiple network interfaces, they would all appear, and you'd select the network interface you want to associate the public IP address to.
4747
4848
1. From the **Network interface** window, under **Settings**, select **IP configurations***, and then select an IP configuration from the list.
4949

50-
:::image type="content" source="./media/associate-public-ip-address-vm/select-ip-configuration.png" alt-text="Screenshot showing how to select the I P configuration of a network interface.":::
50+
:::image type="content" source="./media/associate-public-ip-address-vm/select-ip-configuration.png" alt-text="Screenshot of how to select the I P configuration of a network interface.":::
5151

5252
> [!NOTE]
5353
> Public IP addresses are associated to the IP configurations for a network interface. In this screenshot, the network interface has only one IP configuration. If the network interface had multiple IP configurations, they would all appear in the list, and you'd select the IP configuration that you want to associate the public IP address to.
5454
5555
1. In the **Edit IP configuration** window, select **Associate public IP address**, then select **Public IP address** to choose an existing public IP address from the drop-down list. If no public IP addresses are listed, you need to create one. To learn how, see [Create a public IP address](virtual-network-public-ip-address.md#create-a-public-ip-address).
5656

57-
:::image type="content" source="./media/associate-public-ip-address-vm/choose-public-ip-address.png" alt-text="Screenshot showing how to select, create, and associate a new public IP address.":::
57+
:::image type="content" source="./media/associate-public-ip-address-vm/choose-public-ip-address.png" alt-text="Screenshot of how to select, create, and associate a new public IP address.":::
5858

5959
> [!NOTE]
60-
> The public IP addresses that appear in the drop-down list are those that exist in the same region as the VM. If you have multiple public IP addresses created in the region, all will appear here. Any address that's already associated to a different resource is grayed out.
60+
> The public IP addresses that appear in the drop-down list exist in the same region as the VM. If you have multiple public IP addresses created in the region, all appear here. Any address already associated to a different resource is grayed out.
6161
6262
1. Select **Save**.
6363

6464
1. In the **IP Configurations** window, view the public IP address assigned to the IP configuration. It might take a few seconds for a newly associated IP address to appear.
6565

66-
:::image type="content" source="./media/associate-public-ip-address-vm/view-assigned-public-ip-address.png" alt-text="Screenshot showing the newly assigned public I P.":::
66+
:::image type="content" source="./media/associate-public-ip-address-vm/view-assigned-public-ip-address.png" alt-text="Screenshot of the newly assigned public I P.":::
6767

6868
> [!NOTE]
6969
> An IP address is assigned from the pool of public IP addresses reserved for an Azure region. For a list of the address pools used in each region, see [Azure IP ranges and service tags](https://www.microsoft.com/download/details.aspx?id=56519). If you need the address to be assigned from a specific prefix, use a [Public IP address prefix](public-ip-address-prefix.md).
@@ -93,7 +93,7 @@ Install the [Azure CLI](/cli/azure/install-azure-cli?toc=%2fazure%2fvirtual-netw
9393
```
9494
9595
> [!NOTE]
96-
> This command creates a public IP address with default values for several settings that you may want to customize. For more information about public IP address settings, see [Create a public IP address](virtual-network-public-ip-address.md#create-a-public-ip-address). An IP address is assigned from the pool of public IP addresses reserved for an Azure region. For a list of the address pools used in each region, see [Azure IP ranges and service tags](https://www.microsoft.com/download/details.aspx?id=56519). If you need the address to be assigned from a specific prefix, use a [Public IP address prefix](public-ip-address-prefix.md).
96+
> This command creates a public IP address with default values for several settings that you can customize. For more information about public IP address settings, see [Create a public IP address](virtual-network-public-ip-address.md#create-a-public-ip-address). An IP address is assigned from the pool of public IP addresses reserved for an Azure region. For a list of the address pools used in each region, see [Azure IP ranges and service tags](https://www.microsoft.com/download/details.aspx?id=56519). If you need the address to be assigned from a specific prefix, use a [Public IP address prefix](public-ip-address-prefix.md).
9797
9898
1. If you don't know the names of the network interfaces attached to your VM, use the [az vm nic list](/cli/azure/vm/nic#az-vm-nic-list) command to view them. For example, the following command lists the network interfaces attached to a VM named *myVM* in a resource group named *myResourceGroup*:
9999
@@ -154,7 +154,7 @@ Install [Azure PowerShell](/powershell/azure/install-azure-powershell) on your m
154154
```
155155
156156
> [!NOTE]
157-
> This command creates a public IP address with default values for several settings that you may want to customize. For more information about public IP address settings, see [Create a public IP address](virtual-network-public-ip-address.md#create-a-public-ip-address). An IP address is assigned from the pool of public IP addresses reserved for an Azure region. For a list of the address pools used in each region, see [Azure IP ranges and service tags](https://www.microsoft.com/download/details.aspx?id=56519). If you need the address to be assigned from a specific prefix, use a [Public IP address prefix](public-ip-address-prefix.md).
157+
> This command creates a public IP address with default values for several settings that you can customize. For more information about public IP address settings, see [Create a public IP address](virtual-network-public-ip-address.md#create-a-public-ip-address). An IP address is assigned from the pool of public IP addresses reserved for an Azure region. For a list of the address pools used in each region, see [Azure IP ranges and service tags](https://www.microsoft.com/download/details.aspx?id=56519). If you need the address to be assigned from a specific prefix, use a [Public IP address prefix](public-ip-address-prefix.md).
158158
159159
1. If you want to know the names and properties of the network interfaces attached to your VM, use the [Get-AzVM](/powershell/module/Az.Compute/Get-AzVM) command to view them. For example, the following command lists the network interfaces attached to a VM named *myVM* in a resource group named *myResourceGroup*:
160160

articles/virtual-network/ip-services/configure-public-ip-application-gateway.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ In this section, you create an Application Gateway resource. You select the IP a
3232

3333
1. Sign in to the [Azure portal](https://portal.azure.com).
3434

35-
2. In the search box at the top of the portal, enter **Application gateway**.
35+
1. In the search box at the top of the portal, enter **Application gateway**.
3636

37-
3. In the search results, select **Application gateways**.
37+
1. In the search results, select **Application gateways**.
3838

39-
4. Select **+ Create**.
39+
1. Select **+ Create**.
4040

41-
5. In **Create application gateway**, enter or select the following information.
41+
1. In **Create application gateway**, enter or select the following information.
4242

4343
| **Setting** | **Value** |
4444
| ------- | ----- |
@@ -58,19 +58,19 @@ In this section, you create an Application Gateway resource. You select the IP a
5858
| **Configure virtual network** | |
5959
| Virtual network | Select **Create new**.</br>In **Create virtual network**, enter **myVNet** for name.</br>Leave the default address space in **ADDRESS SPACE**.</br>In **SUBNETS**, change **default** to **myAGSubnet**.</br>Select **OK**.|
6060

61-
6. Select **Next: Frontends**.
61+
1. Select **Next: Frontends**.
6262

63-
7. Select **myStandardPublicIP-1** for **Public IP address** in the **Frontends** tab, or your public IP address.
63+
1. Select **myStandardPublicIP-1** for **Public IP address** in the **Frontends** tab, or your public IP address.
6464

65-
8. Select **Next: Backends**.
65+
1. Select **Next: Backends**.
6666

67-
9. Select **Add a backend pool**.
67+
1. Select **Add a backend pool**.
6868

69-
10. Enter **myBackendPool** for name in **Add a backend pool** and select **Add**.
69+
1. Enter **myBackendPool** for name in **Add a backend pool** and select **Add**.
7070

71-
11. Select **Next: Configuration**.
71+
1. Select **Next: Configuration**.
7272

73-
12. Select **+ Add a routing rule**. Enter or select the following information.
73+
1. Select **+ Add a routing rule**. Enter or select the following information.
7474

7575
| **Setting** | **Value** |
7676
| ------- | ----- |
@@ -90,11 +90,11 @@ In this section, you create an Application Gateway resource. You select the IP a
9090
| Backend target | Select **myBackendPool**. |
9191
| HTTP settings | Select **Add new**.</br>Enter **myHTTPsetting** in **Name**.</br>Leave the other settings at the defaults.</br>Select **Add**.|
9292

93-
13. Select **Add**.
93+
1. Select **Add**.
9494

95-
14. Select **Next: Tags**, then **Next: Review + create**.
95+
1. Select **Next: Tags**, then **Next: Review + create**.
9696

97-
15. Select **Create**.
97+
1. Select **Create**.
9898

9999
> [!NOTE]
100100
> This is a simple deployment of an Application Gateway. For advanced configuration and setup, see [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal](../../application-gateway/quick-create-portal.md)

0 commit comments

Comments
 (0)