Skip to content

Commit 63c60a9

Browse files
authored
Merge pull request #115073 from MashaMSFT/move3
Move3
2 parents 63ed0a2 + 8f3ab07 commit 63c60a9

File tree

120 files changed

+585
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+585
-526
lines changed

.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52186,6 +52186,66 @@
5218652186
"source_path": "articles/sql-database/scripts/sql-database-sync-update-schema.md",
5218752187
"redirect_url": "/azure/azure-sql/database/scripts/update-sync-schema-in-sync-group",
5218852188
"redirect_document_id": true
52189+
},
52190+
{
52191+
"source_path": "articles/sql-database/sql-database-active-geo-replication-portal.md",
52192+
"redirect_url": "/azure/azure-sql/database/active-geo-replication-configure-portal",
52193+
"redirect_document_id": true
52194+
},
52195+
{
52196+
"source_path": "articles/sql-database/sql-database-active-geo-replication.md",
52197+
"redirect_url": "/azure/azure-sql/database/active-geo-replication-overview",
52198+
"redirect_document_id": true
52199+
},
52200+
{
52201+
"source_path": "articles/sql-database/sql-database-advisor-portal.md",
52202+
"redirect_url": "/azure/azure-sql/database/database-advisor-find-recommendations-portal",
52203+
"redirect_document_id": true
52204+
},
52205+
{
52206+
"source_path": "articles/sql-database/sql-database-advisor.md",
52207+
"redirect_url": "/azure/azure-sql/database/database-advisor-implement-performance-recommendations",
52208+
"redirect_document_id": true
52209+
},
52210+
{
52211+
"source_path": "articles/sql-database/sql-database-automatic-tuning-email-notifications.md",
52212+
"redirect_url": "/azure/azure-sql/database/automatic-tuning-email-notifications-configure",
52213+
"redirect_document_id": true
52214+
},
52215+
{
52216+
"source_path": "articles/sql-database/sql-database-automatic-tuning-enable.md",
52217+
"redirect_url": "/azure/azure-sql/database/automatic-tuning-enable",
52218+
"redirect_document_id": true
52219+
},
52220+
{
52221+
"source_path": "articles/sql-database/sql-database-best-practices-data-sync.md",
52222+
"redirect_url": "/azure/azure-sql/database/sql-data-sync-best-practices",
52223+
"redirect_document_id": true
52224+
},
52225+
{
52226+
"source_path": "articles/sql-database/sql-database-connect-query-portal.md",
52227+
"redirect_url": "/azure/azure-sql/database/connect-query-portal",
52228+
"redirect_document_id": true
52229+
},
52230+
{
52231+
"source_path": "articles/sql-database/sql-database-connect-query-r.md",
52232+
"redirect_url": "/azure/azure-sql/database/connect-query-r",
52233+
"redirect_document_id": true
52234+
},
52235+
{
52236+
"source_path": "articles/sql-database/sql-database-connect-query-ssms.md",
52237+
"redirect_url": "/azure/azure-sql/database/connect-query-ssms",
52238+
"redirect_document_id": true
52239+
},
52240+
{
52241+
"source_path": "articles/sql-database/sql-database-connectivity-architecture.md",
52242+
"redirect_url": "/azure/azure-sql/database/connectivity-architecture",
52243+
"redirect_document_id": true
52244+
},
52245+
{
52246+
"source_path": "articles/sql-database/sql-database-copy.md",
52247+
"redirect_url": "/azure/azure-sql/database/database-copy",
52248+
"redirect_document_id": true
5218952249
}
5219052250
]
5219152251
}

articles/sql-database/sql-database-active-geo-replication-portal.md renamed to articles/azure-sql/database/active-geo-replication-configure-portal.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.date: 02/13/2019
1414
---
1515
# Tutorial: Configure active geo-replication & failover in portal (Azure SQL Database)
1616

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.
1818

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).
2020

2121

2222

@@ -35,27 +35,27 @@ The following steps create a new secondary database in a geo-replication partner
3535

3636
To add a secondary database, you must be the subscription owner or co-owner.
3737

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).
3939
After the secondary is created and seeded, data begins replicating from the primary database to the new secondary database.
4040

4141
> [!NOTE]
4242
> If the partner database already exists (for example, as a result of terminating a previous geo-replication relationship) the command fails.
4343
4444
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).
4646

47-
![Configure geo-replication](./media/sql-database-geo-replication-portal/configure-geo-replication.png)
47+
![Configure geo-replication](./media/active-geo-replication-configure-portal/configure-geo-replication.png)
4848
3. Select or configure the server and pricing tier for the secondary database.
4949

50-
![Configure secondary](./media/sql-database-geo-replication-portal/create-secondary.png)
50+
![Configure secondary](./media/active-geo-replication-configure-portal/create-secondary.png)
5151
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.
5252
5. Click **Create** to add the secondary.
5353
6. The secondary database is created and the seeding process begins.
5454

55-
![Configure secondary](./media/sql-database-geo-replication-portal/seeding0.png)
55+
![Configure secondary](./media/active-geo-replication-configure-portal/seeding0.png)
5656
7. When the seeding process is complete, the secondary database displays its status.
5757

58-
![Seeding complete](./media/sql-database-geo-replication-portal/seeding-complete.png)
58+
![Seeding complete](./media/active-geo-replication-configure-portal/seeding-complete.png)
5959

6060
## Initiate a failover
6161

@@ -65,7 +65,7 @@ The secondary database can be switched to become the primary.
6565
2. On the SQL Database blade, select **All settings** > **geo-replication**.
6666
3. In the **SECONDARIES** list, select the database you want to become the new primary and click **Forced Failover**.
6767

68-
![failover](./media/sql-database-geo-replication-failover-portal/secondaries.png)
68+
![failover](./media/active-geo-replication-configure-portal/secondaries.png)
6969
4. Click **Yes** to begin the failover.
7070

7171
The command immediately switches the secondary database into the primary role. This process normally should complete within 30 sec or less.
@@ -84,11 +84,11 @@ This operation permanently terminates the replication to the secondary database,
8484
3. In the **SECONDARIES** list, select the database you want to remove from the geo-replication partnership.
8585
4. Click **Stop Replication**.
8686

87-
![Remove secondary](./media/sql-database-geo-replication-portal/remove-secondary.png)
87+
![Remove secondary](./media/active-geo-replication-configure-portal/remove-secondary.png)
8888
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.)
8989

9090
## Next steps
9191

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

Comments
 (0)