Skip to content

Commit c195469

Browse files
authored
Merge pull request #102480 from anavinahar/patch-215
Update sql-database-auto-failover-group.md
2 parents d28bcf0 + 4a6368d commit c195469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ If you are using [Virtual Network service endpoints and rules](sql-database-vnet
321321
If your business continuity plan requires failover using groups with automatic failover, you can restrict access to your SQL database using the traditional firewall rules. To support automatic failover, follow these steps:
322322

323323
1. [Create a public IP](../virtual-network/virtual-network-public-ip-address.md#create-a-public-ip-address)
324-
2. [Create a public load balancer](../load-balancer/quickstart-create-basic-load-balancer-portal.md#create-a-basic-load-balancer) and assign the public IP to it.
325-
3. [Create a virtual network and the virtual machines](../load-balancer/quickstart-create-basic-load-balancer-portal.md#create-back-end-servers) for your front-end components
324+
2. [Create a public load balancer](../load-balancer/quickstart-load-balancer-standard-public-portal.md) and assign the public IP to it.
325+
3. [Create a virtual network and the virtual machines](../load-balancer/quickstart-load-balancer-standard-public-portal.md) for your front-end components
326326
4. [Create network security group](../virtual-network/security-overview.md) and configure inbound connections.
327327
5. Ensure that the outbound connections are open to Azure SQL database by using ‘Sql’ [service tag](../virtual-network/security-overview.md#service-tags).
328328
6. Create a [SQL database firewall rule](sql-database-firewall-configure.md) to allow inbound traffic from the public IP address you create in step 1.

0 commit comments

Comments
 (0)