Skip to content

Commit 635ba3c

Browse files
authored
Update ipv6-add-to-existing-vnet-powershell.md
1 parent 599c33b commit 635ba3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Upgrade an IPv4 application to IPv6 in Azure virtual network - PowerShell
2+
title: Upgrade an IPv4 application to IPv6 in Azure Virtual Network - PowerShell
33
titlesuffix: Azure Virtual Network
44
description: This article shows how to deploy IPv6 addresses to an existing application in Azure virtual network using Azure Powershell.
55
services: virtual-network
@@ -50,7 +50,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
5050
```
5151

5252
### Create a Standard Load Balancer
53-
This article assumes that you deployed a Standard Load Balancer as described in [QuickStart: Create a Standard Load Balancer - Azure PowerShell](../load-balancer/quickstart-create-standard-load-balancer-powershell.md).
53+
This article assumes that you deployed a Standard Load Balancer as described in [Quickstart: Create a Standard Load Balancer - Azure PowerShell](../load-balancer/quickstart-create-standard-load-balancer-powershell.md).
5454

5555
## Retrieve the resource group
5656

@@ -181,4 +181,4 @@ Remove-AzResourceGroup -Name MyAzureResourceGroupSLB
181181

182182
## Next steps
183183

184-
In this article, you updated an existing Standard Load Balancer with a IPv4 frontend IP configuration to a dual stack (IPv4 and IPv6) configuration. You also added IPv6 configurations to the NICs of the VMs in the backend pool. To learn more about IPv6 support in Azure virtual networks, see [What is IPv6 for Azure Virtual Network?](ipv6-overview.md)
184+
In this article, you updated an existing Standard Load Balancer with a IPv4 frontend IP configuration to a dual stack (IPv4 and IPv6) configuration. You also added IPv6 configurations to the NICs of the VMs in the backend pool. To learn more about IPv6 support in Azure virtual networks, see [What is IPv6 for Azure Virtual Network?](ipv6-overview.md)

0 commit comments

Comments
 (0)