Skip to content

Commit e6f5b70

Browse files
committed
edit
1 parent bc20ef7 commit e6f5b70

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/reliability/concept-business-continuity-high-availability-disaster-recovery.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,24 +273,24 @@ The following sections list some common elements of a disaster recovery plan, an
273273

274274
#### Failover and failback
275275

276-
Some disaster recovery plans involve provisioning a secondary deployment in another location. If a disaster affects the primary deployment of the solution, traffic can be *failed over* to the other site. Failover needs careful planning and implementation. Azure provides a variety of services to assist with failover, such as the following:
276+
Some disaster recovery plans involve provisioning a secondary deployment in another location. If a disaster affects the primary deployment of the solution, traffic can then be *failed over* to the other site. Failover requires careful planning and implementation. Azure provides a variety of services to assist with failover, such as:
277277

278-
- Azure Site Recovery provides automated failover for on-premises environments, and for virtual machine-hosted solutions in Azure in the event of a region failure.
279-
- Azure Front Door and Azure Traffic Manager each enable automated failover of incoming traffic between different deployments of your solution, such as in different regions.
278+
- [Azure Site Recovery](/azure/site-recovery/site-recovery-overview) provides automated failover for on-premises environments and virtual machine-hosted solutions in Azure.
279+
- [Azure Front Door](/azure/frontdoor/front-door-overview) and [Azure Traffic Manager](/azure/reliability/reliability-traffic-manager) support automated failover of incoming traffic between different deployments of your solution, such as in different regions.
280280

281-
It usually takes some time for a failover process to detect the primary instance has failed and to switch to the secondary instance. Ensure that the RTO of the workload is aligned with the failover time.
281+
It usually takes some time for a failover process to detect that the primary instance has failed and to switch to the secondary instance. Make sure that the RTO of the workload is aligned with the failover time.
282282

283-
It's also important to consider *failback*, which is the process by which you restore operations in the primary region after it's recovered. Failback can be complex to plan and implement. For example, you might have data in the primary region that was written after you failed over to the secondary region, and you need to decide what to do with that data.
283+
It's also important to consider *failback*, which is the process by which you restore operations in the primary region after it's recovered. Failback can be complex to plan and implement. For example, data in the primary region may have been written *after* failover begins. You'll need to make careful business decisions on how you handle that data.
284284

285285
#### Backups
286286

287287
Backups involve taking a copy of your data and storing it safely for a defined period of time. Backups help you to recover from disasters when you can't automatically fail over to another replica, or where data corruption has occurred. Restoring from a backup is usually a last resort, because it involves data loss. A disaster recovery plan should specify the sequence of steps and recovery attempts that must take place before restoring from a backup.
288288

289289
Many Azure data and storage services support backups, such as the following:
290290

291-
- Azure Backup provides automated backups for virtual machine disks, storage accounts, AKS, and a variety of other sources.
292-
- Many Azure database services, including Azure SQL Database and Azure Cosmos DB, have an automated backup capability for your databases.
293-
- Azure Key Vault provides features to back up your secrets, certificates, and keys.
291+
- [Azure Backup](/azure/reliability/reliability-backup) provides automated backups for virtual machine disks, storage accounts, AKS, and a variety of other sources.
292+
- 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.
293+
- [Azure Key Vault](/azure/key-vault/general/disaster-recovery-guidance) provides features to back up your secrets, certificates, and keys.
294294

295295
Because backups are typically taken infrequently, restoring a backup can result in some data loss. Ensure that the RPO of the workload is aligned with the backup interval. Also, restoring a backup often takes time. It's important to test your backups and restoration processes so you verify their integrity and understand how long the restoration process takes.
296296

0 commit comments

Comments
 (0)