Skip to content

Commit 3e02630

Browse files
authored
Pencil edits - indentation
1 parent 7d44822 commit 3e02630

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ To achieve full business continuity, adding database regional redundancy is only
7676

7777
An application can access a geo-secondary replica to execute read-only queries using the same or different security principals used for accessing the primary database. For more information, see [Use read-only replicas to offload read-only query workloads](read-scale-out.md).
7878

79-
> [!IMPORTANT]
80-
> You can use geo-replication to create secondary replicas in the same region as the primary. You can use these secondaries to satisfy read scale-out scenarios in the same region. However, a secondary replica in the same region does not provide additional resilience to catastrophic failures or large scale outages, and therefore is not a suitable failover target for disaster recovery purposes. It also does not guarantee availability zone isolation. Use Business Critical or Premium service tiers [zone redundant configuration](high-availability-sla.md#premium-and-business-critical-service-tier-zone-redundant-availability) or General Purpose service tier [zone redundant configuration](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability-preview) to achieve availability zone isolation.
81-
>
79+
> [!IMPORTANT]
80+
> You can use geo-replication to create secondary replicas in the same region as the primary. You can use these secondaries to satisfy read scale-out scenarios in the same region. However, a secondary replica in the same region does not provide additional resilience to catastrophic failures or large scale outages, and therefore is not a suitable failover target for disaster recovery purposes. It also does not guarantee availability zone isolation. Use Business Critical or Premium service tiers [zone redundant configuration](high-availability-sla.md#premium-and-business-critical-service-tier-zone-redundant-availability) or General Purpose service tier [zone redundant configuration](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability-preview) to achieve availability zone isolation.
81+
>
8282
8383
- **Planned geo-failover**
8484

@@ -142,7 +142,7 @@ To create a geo-secondary in a subscription different from the subscription of t
142142
select client_net_address from sys.dm_exec_connections where session_id = @@SPID;
143143
```
144144

145-
For more information see, [Configure firewall](firewall-configure.md).
145+
For more information see, [Configure firewall](firewall-configure.md).
146146

147147
2. In the master database on the **primary** server, create a SQL authentication login dedicated to active geo-replication setup. Adjust login name and password as needed.
148148

0 commit comments

Comments
 (0)