You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/database/active-geo-replication-configure-portal.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ ms.date: 02/13/2019
14
14
---
15
15
# Tutorial: Configure active geo-replication & failover in portal (Azure SQL Database)
16
16
17
-
This article shows you how to configure [active geo-replication for Azure SQL Database](sql-database-active-geo-replication.md#active-geo-replication-terminology-and-capabilities) using the [Azure portal](https://portal.azure.com) and to initiate failover.
17
+
This article shows you how to configure [active geo-replication for Azure SQL Database](active-geo-replication-overview.md#active-geo-replication-terminology-and-capabilities) using the [Azure portal](https://portal.azure.com) and to initiate failover.
18
18
19
-
For best practices using auto-failover groups, see [Best practices for Azure SQL Database](sql-database-auto-failover-group.md#best-practices-for-sql-database) and [Best practices for Azure SQL Managed Instance](sql-database-auto-failover-group.md#best-practices-for-sql-managed-instance).
19
+
For best practices using auto-failover groups, see [Best practices for Azure SQL Database](../../sql-database/sql-database-auto-failover-group.md#best-practices-for-sql-database) and [Best practices for Azure SQL Managed Instance](../../sql-database/sql-database-auto-failover-group.md#best-practices-for-sql-managed-instance).
20
20
21
21
22
22
@@ -35,27 +35,27 @@ The following steps create a new secondary database in a geo-replication partner
35
35
36
36
To add a secondary database, you must be the subscription owner or co-owner.
37
37
38
-
The secondary database has the same name as the primary database and has, by default, the same service tier and compute size. The secondary database can be a single database or a pooled database. For more information, see [DTU-based purchasing model](sql-database-service-tiers-dtu.md) and [vCore-based purchasing model](sql-database-service-tiers-vcore.md).
38
+
The secondary database has the same name as the primary database and has, by default, the same service tier and compute size. The secondary database can be a single database or a pooled database. For more information, see [DTU-based purchasing model](../../sql-database/sql-database-service-tiers-dtu.md) and [vCore-based purchasing model](../../sql-database/sql-database-service-tiers-vcore.md).
39
39
After the secondary is created and seeded, data begins replicating from the primary database to the new secondary database.
40
40
41
41
> [!NOTE]
42
42
> If the partner database already exists (for example, as a result of terminating a previous geo-replication relationship) the command fails.
43
43
44
44
1. In the [Azure portal](https://portal.azure.com), browse to the database that you want to set up for geo-replication.
45
-
2. On the SQL Database page, select **geo-replication**, and then select the region to create the secondary database. You can select any region other than the region hosting the primary database, but we recommend the [paired region](../best-practices-availability-paired-regions.md).
45
+
2. On the SQL Database page, select **geo-replication**, and then select the region to create the secondary database. You can select any region other than the region hosting the primary database, but we recommend the [paired region](../../best-practices-availability-paired-regions.md).
4. Optionally, you can add a secondary database to an elastic pool. To create the secondary database in a pool, click **elastic pool** and select a pool on the target server. A pool must already exist on the target server. This workflow does not create a pool.
52
52
5. Click **Create** to add the secondary.
53
53
6. The secondary database is created and the seeding process begins.
5. A confirmation window opens. Click **Yes** to remove the database from the geo-replication partnership. (Set it to a read-write database not part of any replication.)
89
89
90
90
## Next steps
91
91
92
-
* To learn more about active geo-replication, see [active geo-replication](sql-database-active-geo-replication.md).
93
-
* To learn about auto-failover groups, see [Auto-failover groups](sql-database-auto-failover-group.md)
94
-
* For a business continuity overview and scenarios, see [Business continuity overview](sql-database-business-continuity.md).
92
+
* To learn more about active geo-replication, see [active geo-replication](active-geo-replication-overview.md).
93
+
* To learn about auto-failover groups, see [Auto-failover groups](../../sql-database/sql-database-auto-failover-group.md)
94
+
* For a business continuity overview and scenarios, see [Business continuity overview](../../sql-database/sql-database-business-continuity.md).
0 commit comments