Skip to content

Commit ea5587a

Browse files
authored
Merge pull request #113031 from dimitri-furman/dimitri-furman
Disambiguated "replication"
2 parents 0a7d50c + 1e381af commit ea5587a

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

articles/sql-database/replication-to-sql-database.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ ms.topic: conceptual
1010
author: stevestein
1111
ms.author: sstein
1212
ms.reviewer: mathoma
13-
ms.date: 01/25/2019
13+
ms.date: 04/28/2020
1414
---
1515
# Replication to SQL Database single and pooled databases
1616

1717
SQL Server replication can be configured to single and pooled databases on a [SQL Database server](sql-database-servers.md) in Azure SQL Database.
1818

19-
## **Supported Configurations:**
19+
> [!NOTE]
20+
> This article describes the use of [transactional replication](https://docs.microsoft.com/sql/relational-databases/replication/transactional/transactional-replication) in Azure SQL Database. It is unrelated to [active geo-replication](https://docs.microsoft.com/azure/sql-database/sql-database-active-geo-replication), an Azure SQL Database feature that allows you to create complete readable replicas of individual databases.
21+
22+
## Supported Configurations
2023

2124
- The SQL Server can be an instance of SQL Server running on-premises or an instance of SQL Server running in an Azure virtual machine in the cloud. For more information, see [SQL Server on Azure Virtual Machines overview](https://azure.microsoft.com/documentation/articles/virtual-machines-sql-server-infrastructure-services/).
2225
- The Azure SQL database must be a push subscriber of a SQL Server publisher.

articles/sql-database/replication-with-sql-database-managed-instance.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ ms.topic: conceptual
1010
author: MashaMSFT
1111
ms.author: ferno
1212
ms.reviewer: mathoma
13-
ms.date: 02/07/2019
13+
ms.date: 04/28/2020
1414
---
1515
# Configure replication in an Azure SQL Database managed instance database
1616

17-
Transactional replication enables you to replicate data into an Azure SQL Database managed instance database from a SQL Server database or another instance database.
17+
Transactional replication enables you to replicate data into an Azure SQL Database managed instance database from a SQL Server database or another instance database.
18+
19+
> [!NOTE]
20+
> This article describes the use of [transactional replication](https://docs.microsoft.com/sql/relational-databases/replication/transactional/transactional-replication) in Azure SQL Managed Instance. It is unrelated to active geo-replication or [failover groups](https://docs.microsoft.com/azure/sql-database/sql-database-auto-failover-group), an Azure SQL Managed Instance feature that allows you to create complete readable replicas of individual instances.
1821
1922
This article shows how to configure replication between a managed instance publisher/distributor and a managed instance subscriber.
2023

articles/sql-database/sql-database-active-geo-replication.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: anosov1960
1111
ms.author: sashan
1212
ms.reviewer: mathoma, carlrab
13-
ms.date: 04/06/2020
13+
ms.date: 04/28/2020
1414
---
1515

1616
# Creating and using active geo-replication
@@ -20,7 +20,12 @@ Active geo-replication is an Azure SQL Database feature that allows you to creat
2020
> [!NOTE]
2121
> Active geo-replication is not supported by managed instance. For geographic failover of managed instances, use [Auto-failover groups](sql-database-auto-failover-group.md).
2222
23-
Active geo-replication is designed as a business continuity solution that allows the application to perform quick disaster recovery of individual databases in case of a regional disaster or large scale outage. If geo-replication is enabled, the application can initiate failover to a secondary database in a different Azure region. Up to four secondaries are supported in the same or different regions, and the secondaries can also be used for read-only access queries. The failover must be initiated manually by the application or the user. After failover, the new primary has a different connection end point. The following diagram illustrates a typical configuration of a geo-redundant cloud application using Active geo-replication.
23+
Active geo-replication is designed as a business continuity solution that allows the application to perform quick disaster recovery of individual databases in case of a regional disaster or large scale outage. If geo-replication is enabled, the application can initiate failover to a secondary database in a different Azure region. Up to four secondaries are supported in the same or different regions, and the secondaries can also be used for read-only access queries. The failover must be initiated manually by the application or the user. After failover, the new primary has a different connection end point.
24+
25+
> [!NOTE]
26+
> Active geo-replication replicates changes by streaming database transaction log. It is unrelated to [transactional replication](https://docs.microsoft.com/sql/relational-databases/replication/transactional/transactional-replication), which replicates changes by executing DML (INSERT, UPDATE, DELETE) commands.
27+
28+
The following diagram illustrates a typical configuration of a geo-redundant cloud application using Active geo-replication.
2429

2530
![active geo-replication](./media/sql-database-active-geo-replication/geo-replication.png )
2631

0 commit comments

Comments
 (0)