Skip to content

Commit 67f0152

Browse files
committed
fixing broken link
1 parent 42ab980 commit 67f0152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-configure-failover-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ To use a private link with your failover group, do the following:
646646

647647
1. Ensure your primary and secondary servers are in a [paired region](/azure/best-practices-availability-paired-regions).
648648
1. Create the virtual network and subnet in each region to host private endpoints for primary and secondary servers such that they have non-overlapping IP address spaces. For example, the primary virtual network address range of 10.0.0.0/16 and the secondary virtual network address range of 10.0.0.1/16 overlaps. For more information about virtual network address ranges, see the blog [designing Azure virtual networks](https://devblogs.microsoft.com/premier-developer/understanding-cidr-notation-when-designing-azure-virtual-networks-and-subnets/).
649-
1. Create a [private endpoint and Azure Private DNS zone for the primary server](../private-link/create-private-endpoint-portal#create-a-private-endpoint.md).
649+
1. Create a [private endpoint and Azure Private DNS zone for the primary server](../private-link/create-private-endpoint-portal.md#create-a-private-endpoint).
650650
1. Create a private endpoint for the secondary server as well, but this time choose to reuse the same Private DNS zone that was created for the primary server.
651651
1. Once the private link is established, you can create the failover group following the steps outlined previously in this article.
652652

0 commit comments

Comments
 (0)