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: articles/virtual-network/ip-services/add-dual-stack-ipv6-vm-portal.md
+22-28Lines changed: 22 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: mbender
7
7
ms.service: azure-virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 07/24/2024
10
+
ms.date: 11/20/2025
11
11
ms.custom: template-how-to, powershell, cli
12
12
# 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.
13
13
---
@@ -72,25 +72,25 @@ In this section, you add an IPv6 address space and subnet to your existing virtu
72
72
73
73
1. Sign in to the [Azure portal](https://portal.azure.com).
74
74
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.
76
76
77
-
3. Select **myVNet** in **Virtual networks**.
77
+
1. Select **myVNet** in **Virtual networks**.
78
78
79
-
4. Select **Address space** in **Settings**.
79
+
1. Select **Address space** in **Settings**.
80
80
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**.
82
82
83
-
6. Select **Save**.
83
+
1. Select **Save**.
84
84
85
-
7. Select **Subnets** in **Settings**.
85
+
1. Select **Subnets** in **Settings**.
86
86
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**.
88
88
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**.
90
90
91
-
10. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
91
+
1. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
92
92
93
-
11. Select **Save**.
93
+
1. Select **Save**.
94
94
95
95
# [Azure CLI](#tab/azurecli/)
96
96
@@ -172,9 +172,9 @@ In this section, you create a IPv6 public IP address for the virtual machine.
172
172
173
173
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
174
174
175
-
2. Select **+ Create**.
175
+
1. Select **+ Create**.
176
176
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**.
178
178
179
179
| Setting | Value |
180
180
| ------- | ----- |
@@ -188,7 +188,7 @@ In this section, you create a IPv6 public IP address for the virtual machine.
188
188
| Location | Select your location. In this example, the location is **East US 2**. |
189
189
| Availability zone | Select **Zone-redundant**. |
190
190
191
-
4. Select **Create**.
191
+
1. Select **Create**.
192
192
193
193
# [Azure CLI](#tab/azurecli/)
194
194
@@ -230,21 +230,15 @@ New-AzPublicIpAddress @ip6
230
230
231
231
# [Azure portal](#tab/azureportal)
232
232
233
-
In this section, you will configure your virtual machine’s 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.
234
234
235
235
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**.
248
242
249
243
| Setting | Value |
250
244
| ------- | ----- |
@@ -255,7 +249,7 @@ In this section, you will configure your virtual machine’s network interface t
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/associate-public-ip-address-vm.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: mbender-ms
7
7
ms.service: azure-virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 12/11/2024
10
+
ms.date: 11/20/2025
11
11
ms.author: mbender
12
12
ms.custom:
13
13
- template-how-to
@@ -24,7 +24,7 @@ In this article, you learn how to associate a public IP address to an existing v
24
24
25
25
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).
26
26
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).
@@ -40,30 +40,30 @@ Public IP addresses have a nominal fee. For details, see [pricing](https://azure
40
40
41
41
1. Under **Settings** in the left pane, select **Networking**, and then select the network interface you want to add the public IP address to.
42
42
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.":::
44
44
45
45
> [!NOTE]
46
46
> 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.
47
47
48
48
1. From the **Network interface** window, under **Settings**, select **IP configurations***, and then select an IP configuration from the list.
49
49
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.":::
51
51
52
52
> [!NOTE]
53
53
> 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.
54
54
55
55
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).
56
56
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.":::
58
58
59
59
> [!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.
61
61
62
62
1. Select **Save**.
63
63
64
64
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.
65
65
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.":::
67
67
68
68
> [!NOTE]
69
69
> 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
93
93
```
94
94
95
95
> [!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).
97
97
98
98
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*:
99
99
@@ -154,7 +154,7 @@ Install [Azure PowerShell](/powershell/azure/install-azure-powershell) on your m
154
154
```
155
155
156
156
> [!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).
158
158
159
159
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*:
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/configure-public-ip-application-gateway.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ In this section, you create an Application Gateway resource. You select the IP a
32
32
33
33
1. Sign in to the [Azure portal](https://portal.azure.com).
34
34
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**.
36
36
37
-
3. In the search results, select **Application gateways**.
37
+
1. In the search results, select **Application gateways**.
38
38
39
-
4. Select **+ Create**.
39
+
1. Select **+ Create**.
40
40
41
-
5. In **Create application gateway**, enter or select the following information.
41
+
1. In **Create application gateway**, enter or select the following information.
42
42
43
43
|**Setting**|**Value**|
44
44
| ------- | ----- |
@@ -58,19 +58,19 @@ In this section, you create an Application Gateway resource. You select the IP a
58
58
|**Configure virtual network**||
59
59
| 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**.|
60
60
61
-
6. Select **Next: Frontends**.
61
+
1. Select **Next: Frontends**.
62
62
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.
64
64
65
-
8. Select **Next: Backends**.
65
+
1. Select **Next: Backends**.
66
66
67
-
9. Select **Add a backend pool**.
67
+
1. Select **Add a backend pool**.
68
68
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**.
70
70
71
-
11. Select **Next: Configuration**.
71
+
1. Select **Next: Configuration**.
72
72
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.
74
74
75
75
|**Setting**|**Value**|
76
76
| ------- | ----- |
@@ -90,11 +90,11 @@ In this section, you create an Application Gateway resource. You select the IP a
90
90
| Backend target | Select **myBackendPool**. |
91
91
| HTTP settings | Select **Add new**.</br>Enter **myHTTPsetting** in **Name**.</br>Leave the other settings at the defaults.</br>Select **Add**.|
92
92
93
-
13. Select **Add**.
93
+
1. Select **Add**.
94
94
95
-
14. Select **Next: Tags**, then **Next: Review + create**.
95
+
1. Select **Next: Tags**, then **Next: Review + create**.
96
96
97
-
15. Select **Create**.
97
+
1. Select **Create**.
98
98
99
99
> [!NOTE]
100
100
> 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