Skip to content

Commit edb3611

Browse files
committed
adding cross linking
1 parent cd9e4f0 commit edb3611

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/azure-sql/managed-instance/managed-instance-link-use-ssms-to-failover-database.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This article teaches you to use the Managed Instance link feature to failover yo
2121

2222
Failing over your database from your SQL Server instance to your SQL Managed Instance breaks the link between the two databases, stopping replication, and leaving both databases in an independent state, both ready for read-write workloads.
2323

24+
Before failing over your database, make sure you've [prepared your environment](managed-instance-link-preparation.md) and [configured replication through the link feature](managed-instance-link-use-ssms-to-replicate-database.md).
25+
2426
Managed Instance link is currently in public preview.
2527

2628
## Prerequisites
@@ -32,6 +34,7 @@ To failover your databases to Azure SQL Managed Instance, you need the following
3234
- An instance of Azure SQL Managed Instance. [Get started](instance-create-quickstart.md) if you don't have one.
3335
- [SQL Server Management Studio (SSMS) v 18.11 or later](/sql/ssms/download-sql-server-management-studio-ssms).
3436
- Network connectivity between SQL Server and SQL Managed Instance using either [Azure ExpressRoute](../../expressroute/expressroute-howto-circuit-portal-resource-manager.md), [Virtual network peering](../../virtual-network/virtual-network-peering-overview.md), or [VPN gateways](../../vpn-gateway/tutorial-create-gateway-portal.md).
37+
- [Prepared your environment for replication](managed-instance-link-preparation.md)
3538
- Setup the [link feature and replicated your database to your managed instance in Azure](managed-instance-link-use-ssms-to-replicate-database.md).
3639

3740
## Failover database

articles/azure-sql/managed-instance/managed-instance-link-use-ssms-to-replicate-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article teaches you to use the Managed Instance link feature to replicate y
2121

2222
Before configuring replication for your database through the link feature, make sure you've [prepared your environment](managed-instance-link-preparation.md).
2323

24-
Managed Instance link is in public preview.
24+
Managed Instance link is currently in public preview.
2525

2626
## Prerequisites
2727

0 commit comments

Comments
 (0)