Skip to content

Commit d9e4977

Browse files
committed
edit
1 parent 640c50a commit d9e4977

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand business continuity, high availability, and disaster rec
44
author: anaharris-ms
55
ms.service: azure
66
ms.topic: conceptual
7-
ms.date: 10/06/2025
7+
ms.date: 10/14/2025
88
ms.author: anaharris
99
ms.custom: subject-reliability
1010
ms.subservice: azure-reliability
@@ -42,6 +42,8 @@ A business continuity plan doesn't only take into consideration the resiliency f
4242

4343
Business continuity planning should include the following sequential steps:
4444

45+
1. **Identify criticality tier**. Workloads can be classified into different *criticality tiers* based on their importance to the business. Each tier has different requirements for availability, and therefore different requirements for business continuity planning. To determine your workload's critical tier, see [Well-Architected Framework - Select your criticality tier](/azure/well-architected/design-guides/disaster-recovery#select-your-criticality-tier).
46+
4547
1. **Risk identification**. Identify risks to a workload's availability or functionality. Possible risks could be network issues, hardware failures, human error, region outage, etc. Understand the impact of each risk.
4648

4749
1. **Risk classification**. Classify each risk as either a common risk, which should be factored into plans for HA, or an uncommon risk, which should be part of DR planning.
@@ -155,22 +157,6 @@ The higher the uptime requirement, the less tolerance you have for outages, and
155157
To achieve HA requirements, a workload can include a number of design elements. Some of the common elements are listed and described below in this section.
156158

157159

158-
#### Criticality tiers
159-
160-
Workloads can be classified into different *criticality tiers* based on their importance to the business. Each tier has different requirements for availability, and therefore different requirements for HA design. Once you have defined your SLOs and recovery metrics, you can use them to determine which criticality tier your workload falls into and guide your design decisions.
161-
162-
The following table lists some common criticality tiers:
163-
164-
| Criticality Tier | Description | Example Workloads |
165-
|-------------------|-------------|----------|
166-
| Tier 0 - Mission Critical | The mission-critical tier includes entire workloads or specific components where downtime isn't an option and cost saving is secondary to continuity. These systems are fundamental to the organization, directly driving revenue, safeguarding customer trust, or impacting lives.| Financial platforms, healthcare systems, and security infrastructure. |
167-
| Tier 1 - Business Critical | Business-critical systems are essential for day-to-day operations and customer experience, but unlike mission-critical systems, they can tolerate brief periods of disruption, as long as recovery is fast and data loss is minimal. These systems are often driven by revenue incentive. | E-commerce platforms, customer-facing applications, and partner portals. |
168-
| Tier 2 - Business Operational | Business-operational systems support internal teams and processes. While not directly customer-facing, they're essential for productivity and operational continuity. | Reporting platforms, internal dashboards, and administrative tools. |
169-
| Tier 3 - Administrative | Administrative systems are non-critical workloads that support background operations or serve low-urgency use cases. | Archival platforms, sandbox environments, training portals, or batch-processing tools where availability isn't time-sensitive. |
170-
171-
For detailed guidance on the WAF criticality tiers, how classify your workload and optimize recovery costs, see [Well-Architected Framework - Select your criticality tier](/azure/well-architected/design-guides/disaster-recovery#select-your-criticality-tier).
172-
173-
174160

175161
#### Azure services and tiers that support high availability
176162

0 commit comments

Comments
 (0)