Skip to content

Commit fcb16e9

Browse files
authored
Merge branch 'MicrosoftDocs:main' into simranparkhe-patch-1-5
2 parents 31189b7 + b31b100 commit fcb16e9

9 files changed

+50
-50
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
title: Add a dual-stack network to an existing virtual machine - Azure CLI
33
titleSuffix: Azure Virtual Network
44
description: Learn how to add a dual-stack network to an existing virtual machine using the Azure CLI.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 08/24/2022
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to, devx-track-azurecli
1212
ms.devlang: azurecli
1313
---
1414

1515
# Add a dual-stack network to an existing virtual machine using the Azure CLI
1616

17-
In this article, you'll add IPv6 support to an existing virtual network. You'll configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network will support private IPv6 addresses. The existing virtual machine network configuration will contain a public and private IPv4 and IPv6 address.
17+
In this article, you add IPv6 support to an existing virtual network. You configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network supports private IPv6 addresses. The existing virtual machine network configuration contains a public and private IPv4 and IPv6 address.
1818

1919
## Prerequisites
2020

@@ -34,7 +34,7 @@ In this article, you'll add IPv6 support to an existing virtual network. You'll
3434

3535
## Add IPv6 to virtual network
3636

37-
In this section, you'll add an IPv6 address space and subnet to your existing virtual network.
37+
In this section, you add an IPv6 address space and subnet to your existing virtual network.
3838

3939
Use [az network vnet update](/cli/azure/network/vnet#az-network-vnet-update) to update the virtual network.
4040

@@ -57,7 +57,7 @@ az network vnet subnet update \
5757

5858
## Create IPv6 public IP address
5959

60-
In this section, you'll create a IPv6 public IP address for the virtual machine.
60+
In this section, you create a IPv6 public IP address for the virtual machine.
6161

6262
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create the public IP address.
6363

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: Add a dual-stack network to an existing virtual machine - Azure portal
33
titleSuffix: Azure Virtual Network
44
description: Learn how to add a dual stack network to an existing virtual machine using the Azure portal.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 08/19/2022
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to
1212
---
1313

1414
# Add a dual-stack network to an existing virtual machine using the Azure portal
1515

16-
In this article, you'll add IPv6 support to an existing virtual network. You'll configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network will support private IPv6 addresses. The existing virtual machine network configuration will contain a public and private IPv4 and IPv6 address.
16+
In this article, you add IPv6 support to an existing virtual network. You configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network supports private IPv6 addresses. The existing virtual machine network configuration contains a public and private IPv4 and IPv6 address.
1717

1818
## Prerequisites
1919

@@ -29,7 +29,7 @@ In this article, you'll add IPv6 support to an existing virtual network. You'll
2929

3030
## Add IPv6 to virtual network
3131

32-
In this section, you'll add an IPv6 address space and subnet to your existing virtual network.
32+
In this section, you add an IPv6 address space and subnet to your existing virtual network.
3333

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

@@ -55,7 +55,7 @@ In this section, you'll add an IPv6 address space and subnet to your existing vi
5555

5656
## Create IPv6 public IP address
5757

58-
In this section, you'll create a IPv6 public IP address for the virtual machine.
58+
In this section, you create a IPv6 public IP address for the virtual machine.
5959

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

@@ -79,7 +79,7 @@ In this section, you'll create a IPv6 public IP address for the virtual machine.
7979

8080
## Add IPv6 configuration to virtual machine
8181

82-
The virtual machine must be stopped to add the IPv6 configuration to the existing virtual machine. You'll stop the virtual machine and add the IPv6 configuration to the existing virtual machine's network interface.
82+
The virtual machine must be stopped to add the IPv6 configuration to the existing virtual machine. You stop the virtual machine and add the IPv6 configuration to the existing virtual machine's network interface.
8383

8484
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
8585

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: Add a dual-stack network to an existing virtual machine - Azure PowerShell
33
titleSuffix: Azure Virtual Network
44
description: Learn how to add a dual-stack network to an existing virtual machine using Azure PowerShell.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 08/24/2022
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to, devx-track-azurepowershell
1212
---
1313

1414
# Add a dual-stack network to an existing virtual machine using Azure PowerShell
1515

16-
In this article, you'll add IPv6 support to an existing virtual network. You'll configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network will support private IPv6 addresses. The existing virtual machine network configuration will contain a public and private IPv4 and IPv6 address.
16+
In this article, you add IPv6 support to an existing virtual network. You configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network supports private IPv6 addresses. The existing virtual machine network configuration contains a public and private IPv4 and IPv6 address.
1717

1818
## Prerequisites
1919

@@ -33,7 +33,7 @@ If you choose to install and use PowerShell locally, this article requires the A
3333

3434
## Add IPv6 to virtual network
3535

36-
In this section, you'll add an IPv6 address space and subnet to your existing virtual network.
36+
In this section, you add an IPv6 address space and subnet to your existing virtual network.
3737

3838
Use [Set-AzVirtualNetwork](/powershell/module/az.network/set-azvirtualnetwork) to update the virtual network.
3939

@@ -79,7 +79,7 @@ Set-AzVirtualNetwork -VirtualNetwork $vnet
7979

8080
## Create IPv6 public IP address
8181

82-
In this section, you'll create a IPv6 public IP address for the virtual machine.
82+
In this section, you create a IPv6 public IP address for the virtual machine.
8383

8484
Use [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) to create the public IP address.
8585

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Associate a public IP address to a virtual machine
33
titlesuffix: Azure Virtual Network
44
description: Learn how to associate a public IP address to a virtual machine (VM) by using the Azure portal, the Azure CLI, or Azure PowerShell.
55
services: virtual-network
6-
author: asudbring
6+
author: mbender-ms
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
1010
ms.workload: infrastructure-services
11-
ms.date: 03/17/2023
12-
ms.author: allensu
11+
ms.date: 08/24/2023
12+
ms.author: mbender
1313
ms.custom: template-how-to, engagement-fy23, devx-track-azurecli, devx-track-azurepowershell
1414
---
1515

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage a public IP address with an Azure Application Gateway
33
titleSuffix: Azure Virtual Network
44
description: Learn about the ways a public IP address is used with an Azure Application Gateway and how to change and manage the configuration.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 06/28/2021
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to
1212
---
1313

@@ -17,7 +17,7 @@ Azure Application Gateway is a web traffic load balancer that manages traffic to
1717

1818
An Application Gateway frontend can be a private IP address, public IP address, or both. The V1 SKU of Application Gateway supports basic dynamic public IPs. The V2 SKU supports standard SKU public IPs that are static only. Application Gateway V2 SKU doesn't support an internal IP address as it's only frontend. For more information, see [Application Gateway frontend IP address configuration](../../application-gateway/configuration-frontend-ip.md).
1919

20-
In this article, you'll learn how to create an Application Gateway using an existing public IP in your subscription.
20+
In this article, you learn how to create an Application Gateway using an existing public IP in your subscription.
2121

2222
## Prerequisites
2323

@@ -27,7 +27,7 @@ In this article, you'll learn how to create an Application Gateway using an exis
2727

2828
## Create Application Gateway existing public IP
2929

30-
In this section, you'll create an Application Gateway resource. You'll select the IP address you created in the prerequisites as the public IP for the Application Gateway.
30+
In this section, you create an Application Gateway resource. You select the IP address you created in the prerequisites as the public IP for the Application Gateway.
3131

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

articles/virtual-network/ip-services/configure-public-ip-bastion.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage a public IP address with Azure Bastion
33
titleSuffix: Azure Virtual Network
44
description: Learn about the ways a public IP address is used with Azure Bastion and how to change the configuration.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 06/28/2021
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to
1212
---
1313

@@ -19,7 +19,7 @@ Azure Bastion is deployed to provide secure management connectivity to virtual m
1919

2020
An Azure Bastion host requires a public IP address for its configuration.
2121

22-
In this article, you'll learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion doesn't support public IP prefixes.
22+
In this article, you learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion doesn't support public IP prefixes.
2323

2424
>[!NOTE]
2525
>[!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
@@ -32,7 +32,7 @@ In this article, you'll learn how to create an Azure Bastion host using an exist
3232

3333
## Create Azure Bastion using existing IP
3434

35-
In this section, you'll create an Azure Bastion host. You'll select the IP address you created in the prerequisites as the public IP for bastion host.
35+
In this section, you create an Azure Bastion host. You select the IP address you created in the prerequisites as the public IP for bastion host.
3636

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

articles/virtual-network/ip-services/configure-public-ip-firewall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage a public IP address by using Azure Firewall
33
titleSuffix: Azure Virtual Network
44
description: Learn about the ways a public IP address is used with Azure Firewall and how to change the configuration.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 03/28/2023
10+
ms.date: 08/24/2023
1111
ms.custom: FY23 content-maintenance
1212
---
1313

articles/virtual-network/ip-services/configure-public-ip-load-balancer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage a public IP address with a load balancer
33
titleSuffix: Azure Virtual Network
44
description: Learn about the ways a public IP address is used with an Azure Load Balancer and how to change the configuration.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 12/15/2022
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to, engagement-fy23
1212
---
1313

@@ -44,7 +44,7 @@ Finally, the article reviews unique aspects of using public IPs and public IP pr
4444

4545
## Create load balancer using existing public IP
4646

47-
In this section, you'll create a standard SKU load balancer. You'll select the IP address you created in the prerequisites as the frontend IP of the load balancer.
47+
In this section, you create a standard SKU load balancer. You select the IP address you created in the prerequisites as the frontend IP of the load balancer.
4848

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

@@ -89,11 +89,11 @@ In this section, you'll create a standard SKU load balancer. You'll select the I
8989
9090
## Change or remove public IP address
9191

92-
In this section, you'll change the frontend IP address of the load balancer.
92+
In this section, you change the frontend IP address of the load balancer.
9393

9494
An Azure Load Balancer must have an IP address associated with a frontend. A separate public IP address can be utilized as a frontend for ingress and egress traffic.
9595

96-
To change the IP, you'll associate a new public IP address previously created with the load balancer frontend.
96+
To change the IP, you associate a new public IP address previously created with the load balancer frontend.
9797

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

@@ -126,7 +126,7 @@ Standard load balancer supports outbound rules for Source Network Address Transl
126126

127127
Multiple IPs avoid SNAT port exhaustion. Each Frontend IP provides 64,000 ephemeral ports that the load balancer can use. For more information, see [Outbound Rules](../../load-balancer/outbound-rules.md).
128128

129-
In this section, you'll change the frontend configuration used for outbound connections to use a public IP prefix.
129+
In this section, you change the frontend configuration used for outbound connections to use a public IP prefix.
130130

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

@@ -156,7 +156,7 @@ In this section, you'll change the frontend configuration used for outbound conn
156156

157157
* Cross-region load balancers are a special type of standard public load balancer that can span multiple regions. The frontend of a cross-region load balancer can only be used with the global tier option of standard SKU public IPs. Traffic sent to the frontend IP of a cross-region load balancer is distributed across the regional public load balancers. The regional frontend IPs are contained in the backend pool of the cross-region load balancer. For more information, see [Cross-region load balancer](../../load-balancer/cross-region-overview.md).
158158

159-
* By default, a public load balancer won't allow you to use multiple load-balancing rules with the same backend port. If a multiple rule configuration to the same backend port is required, then enable the floating IP option for a load-balancing rule. This setting overwrites the destination IP address of the traffic sent to the backend pool. Without floating IP enabled, the destination will be the backend pool private IP. With floating IP enabled, the destination IP will be the load balancer frontend public IP. The backend instance must have this public IP configured in its network configuration to correctly receive this traffic. A loopback interface with the frontend IP address must be configured in the instance. For more information, see [Azure Load Balancer Floating IP configuration](../../load-balancer/load-balancer-floating-ip.md).
159+
* By default, a public load balancer can't use multiple load-balancing rules with the same backend port. If a multiple rule configuration to the same backend port is required, then enable the floating IP option for a load-balancing rule. This setting overwrites the destination IP address of the traffic sent to the backend pool. Without floating IP enabled, the destination is the backend pool private IP. With floating IP enabled, the destination IP is the load balancer frontend public IP. The backend instance must have this public IP configured in its network configuration to correctly receive this traffic. A loopback interface with the frontend IP address must be configured in the instance. For more information, see [Azure Load Balancer Floating IP configuration](../../load-balancer/load-balancer-floating-ip.md).
160160

161161
* With a load balancer setup, members of backend pool can often also be assigned instance-level public IPs. With this architecture, sending traffic directly to these IPs bypasses the load balancer.
162162

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage a public IP address with a NAT gateway
33
titleSuffix: Azure Virtual Network
44
description: Learn about the ways a public IP address is used with an Azure Virtual Network NAT gateway and how to change the configuration.
5-
author: asudbring
6-
ms.author: allensu
5+
author: mbender-ms
6+
ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 12/15/2022
10+
ms.date: 08/24/2023
1111
ms.custom: template-how-to, engagement-fy23
1212
---
1313

@@ -34,7 +34,7 @@ In this article, you learn how to:
3434

3535
## Create NAT gateway using existing public IP
3636

37-
In this section, you'll create a NAT gateway resource. You'll select the IP address you created in the prerequisites as the public IP for the NAT gateway.
37+
In this section, you create a NAT gateway resource. You select the IP address you created in the prerequisites as the public IP for the NAT gateway.
3838

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

@@ -72,9 +72,9 @@ In this section, you'll create a NAT gateway resource. You'll select the IP addr
7272
7373
## Change or remove public IP address
7474

75-
In this section, you'll change the IP address of the NAT gateway.
75+
In this section, you change the IP address of the NAT gateway.
7676

77-
To change the IP, you'll associate a new public IP address created previously with the NAT gateway. A NAT gateway must have at least one IP address assigned.
77+
To change the IP, you associate a new public IP address created previously with the NAT gateway. A NAT gateway must have at least one IP address assigned.
7878

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

@@ -105,7 +105,7 @@ Public IP prefixes extend the extensibility of SNAT for outbound connections fro
105105
> [!NOTE]
106106
> When assigning a public IP prefix to a NAT gateway, the entire range will be used.
107107
108-
In this section, you'll change the outbound IP configuration to use a public IP prefix you created previously.
108+
In this section, you change the outbound IP configuration to use a public IP prefix you created previously.
109109

110110
> [!NOTE]
111111
> You can choose to remove the single IP address associated with the NAT gateway and reuse, or leave it associated to the NAT gateway to increase the outbound SNAT ports. NAT gateway supports a combination of public IPs and prefixes in the outbound IP configuration. If you created a public IP prefix with 16 addresses, remove the single public IP. The number of allocated IPs can't exceed 16.

0 commit comments

Comments
 (0)