Skip to content

Commit a9f62c7

Browse files
committed
tweak
1 parent 07dbe67 commit a9f62c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: kumud
1717

1818
# Upgrade an IPv4 application to IPv6 in Azure virtual network - PowerShell (Preview)
1919

20-
This article shows you how to upgrade an IPv4 public IP address to an IPv6 address for a Standard Load Balancer in Azure. The in-place upgrade includes a virtual network and subnet, a Standard Load Balancer with IPv4 + IPV6 frontend configurations, VMs with NICs that have a IPv4 + IPv6 configurations, network security group, and public IPs.
20+
This article shows you how to an application using IPv4 public IP address to use an IPv6 address in an Azure virtual network for a Standard Load Balancer. The in-place upgrade includes a virtual network and subnet, a Standard Load Balancer with IPv4 + IPV6 frontend configurations, VMs with NICs that have a IPv4 + IPv6 configurations, network security group, and public IPs.
2121

2222
> [!Important]
2323
> IPv6 support for Azure Virtual Network is currently in public preview. This preview is provided without a service level agreement and is not recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details.
@@ -176,7 +176,7 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
176176
When no longer needed, you can use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) command to remove the resource group, VM, and all related resources.
177177

178178
```azurepowershell-interactive
179-
Remove-AzResourceGroup -Name MyAzureResourceGroup
179+
Remove-AzResourceGroup -Name MyAzureResourceGroupSLB
180180
```
181181

182182
## Next steps

0 commit comments

Comments
 (0)