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
|[Azure Service Fabric](migrate-service-fabric.md)| :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: | Redeployment | No cost impact for same number of VMs |
172
172
|[Azure Site Recovery](migrate-recovery-services-vault.md)| :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: || Redeployment | No cost impact for Site Recovery, moderate cost increase for replica storage |
173
-
|[Azure SQL Database: Business Critical tier](/azure/azure-sql/database/enable-zone-redundancy?view=azuresql-db&preserve-view=true&toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)| :::image type="content" source="media/icon-checkmark.svg" alt-text="Yes" border="false"::: || Enablement | No cost impact |
Copy file name to clipboardExpand all lines: articles/reliability/concept-business-continuity-high-availability-disaster-recovery.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ Here are some of examples of how some Azure services provide redundancy options:
187
187
188
188
-[Azure App Service](/azure/reliability/reliability-app-service) enables you to run multiple instances of your application, to ensure that the application remains available even if one instance fails. If you enable zone redundancy, those instances are spread across multiple availability zones in the Azure region you use.
189
189
-[Azure Storage](/azure/storage/common/storage-disaster-recovery-guidance) provides high availability by automatically replicating data at least three times. You can distribute those replicas across availability zones by enabling zone-redundant storage (ZRS), and in many regions you can also replicate your storage data across regions by using geo-redundant storage (GRS).
190
-
-[Azure SQL Database](/azure/azure-sql/database/high-availability-sla-local-zone-redundancy) has multiple replicas to ensure that the data remains available even if one replica fails.
190
+
-[Azure SQL Database](/azure/reliability/reliability-sql-database) has multiple replicas to ensure that the data remains available even if one replica fails.
191
191
192
192
To learn more about how redundancy works, see [Redundancy, replication, and backup](./concept-redundancy-replication-backup.md). To learn about how to apply redundancy in your solution, see [Recommendations for designing for redundancy](/azure/well-architected/reliability/redundancy) and [Recommendations for using availability zones and regions](/azure/well-architected/reliability/regions-availability-zones).
193
193
@@ -313,7 +313,7 @@ When using backups as part of a disaster recovery plan it's important to take th
313
313
Many Azure data and storage services support backups, such as the following:
314
314
315
315
-[Azure Backup](/azure/reliability/reliability-backup) provides automated backups for virtual machine disks, storage accounts, AKS, and a variety of other sources.
316
-
- Many Azure database services, including [Azure SQL Database](/azure/azure-sql/database/high-availability-sla-local-zone-redundancy) and [Azure Cosmos DB](/azure/reliability/reliability-cosmos-db-nosql), have an automated backup capability for your databases.
316
+
- Many Azure database services, including [Azure SQL Database](./reliability-sql-database.md) and [Azure Cosmos DB](/azure/reliability/reliability-cosmos-db-nosql), have an automated backup capability for your databases.
317
317
-[Azure Key Vault](./reliability-key-vault.md) provides features to back up your secrets, certificates, and keys.
Copy file name to clipboardExpand all lines: articles/reliability/overview-reliability-guidance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ This section provides links to reliability guidance for many Azure services. Eac
108
108
|Azure SignalR Service||[Resiliency and disaster recovery in Azure SignalR Service](../azure-signalr/signalr-concept-disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
109
109
|Azure Site Recovery||[Set up disaster recovery for Azure virtual machines](../site-recovery/azure-to-azure-tutorial-enable-replication.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
110
110
|Azure Spring Apps|[Reliability in Azure Spring Apps](reliability-spring-apps.md)||
Copy file name to clipboardExpand all lines: articles/reliability/regions-multi-region-nonpaired.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,7 @@ Azure Service Bus can provide regional resiliency, without a dependency on regio
81
81
82
82
## Azure SQL Database
83
83
84
-
For geo-replication in nonpaired regions with Azure SQL Database, you can use the following features:
85
-
86
-
- The [failover group feature](/azure/azure-sql/database/failover-group-sql-db?view=azuresql&preserve-view=true), which replicates across any combination of Azure regions without any dependency on underlying geo-redundant storage.
87
-
88
-
- The [active geo-replication feature](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql&preserve-view=true) to create a continuously synchronized, readable secondary database for a primary database. The readable secondary database might be in the same Azure region as the primary database or, more commonly, in a different region. This kind of readable secondary database is also known as a *geo-secondary* or *geo-replica*.
84
+
To learn about how to create multi-region solutions using Azure SQL Database, see [Reliability in Azure SQL Database](./reliability-sql-database.md).
0 commit comments