Skip to content

Commit d114099

Browse files
Merge pull request #307205 from johndowns/rh-reliability-definition
Reliability Hub - Update definitions for key terms
2 parents 3593495 + 976bfb4 commit d114099

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/reliability/overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@ In addition to the reliability service guides, Azure reliability documentation a
2727

2828
## What is reliability?
2929

30-
Reliability refers to the ability of a workload to perform consistently at the expected level, and in accordance with business continuity requirements. Reliability is a key concept in cloud computing. In Azure, reliability is achieved through a combination of factors, including the design of the platform itself, its services, the architecture of your applications, and the implementation of best practices.
30+
*Reliability* refers to the ability of a workload to perform consistently at an acceptable service level, and in accordance with business continuity requirements. Reliability is a key concept in cloud computing. In Azure, reliability is achieved through a combination of factors, including the design of the platform itself, its services, the architecture of your applications, and the implementation of best practices.
3131

32-
A key approach to achieve reliability in a workload is *resiliency*, which is a workload's ability to withstand and recover from faults and outages. Azure offers a number of resiliency features such as availability zones, multi-region support, data replication, and backup and restore capabilities. These features must be considered when designing a workload to meet its business continuity requirements.
32+
Two key approaches to achieving reliability in a workload are:
33+
- *Resiliency:* the ability to withstand and continue operating when things go wrong, such as temporary errors, infrastructure outages, or unexpected spikes in demand. Resiliency helps you to avoid disruptions.
34+
- *Recoverability:* the ability to restore normal operations after a disruption. If a disruption does occur, recoverability helps you to restore back to a reliable state.
35+
36+
The Azure platform and services offer a number of reliability features such as availability zones, multi-region support, data replication, and backup and restore. These features must be considered when designing a workload to meet its business continuity requirements.
3337

3438
> [!TIP]
3539
> Reliability also incorporates other elements of your solution design too, including how you deploy changes safely, how you manage your performance to avoid downtime due to high load, and how you test and validate each part of your solution. To learn more, see the [Azure Well-Architected Framework](/azure/well-architected).
3640
37-
3841
## Azure regions
3942

4043
Azure provides over 60 regions globally, that are located across many different geographies. Each region is a set of physical facilities that include datacenters and networking infrastructure. All regions may be divided into geographical areas called geographies. Each geography is a data residency boundary, and may contain one or more regions.
@@ -53,7 +56,6 @@ Availability zones are close enough to have low-latency connections to other ava
5356
- For more information on availability zones, see [What are availability zones?](./availability-zones-overview.md).
5457
- To view which regions support availability zones, see [List of Azure regions](./regions-list.md).
5558

56-
5759
## Reliability concepts
5860

5961
The reliability concepts section provides an overview of some of the key concepts and principles that underpin reliability in Azure.
@@ -91,14 +93,12 @@ For more information on failover and failback, see [What is failover and failbac
9193

9294
### Shared responsibility
9395

94-
Resiliency defines a workload's ability to automatically self-correct and recover from various forms of failures or outages. Azure services are built to be resilient to many common failures, and each product provides a service level agreement (SLA) that describes the uptime you can expect. However, the overall resiliency of your workload depends on how you have designed your solution to meet your business needs. Some business continuity plans may consider certain failure risks to be unimportant, while others may consider them critical.
95-
96-
In the Azure public cloud platform, resiliency is a shared responsibility between Microsoft and you. Because there are different levels of resiliency in each workload that you design and deploy, it's important that you understand who has primary responsibility for each one of those levels from a resiliency perspective. To better understand how shared responsibility works, especially when confronting an outage or disaster, see [Shared responsibility for resiliency](concept-shared-responsibility.md).
96+
Azure services are built to be resilient to many common failures, and each product provides a service level agreement (SLA) that describes the uptime you can expect. However, the overall reliability of your workload depends on how you have designed your solution to meet your business needs. Some business continuity plans may consider certain failure risks to be unimportant, while others may consider them critical.
9797

98+
In the Azure public cloud platform, reliability is a shared responsibility between Microsoft and you. Because there are different levels of reliability in each workload that you design and deploy, it's important that you understand who has primary responsibility for each one of those levels from a reliability perspective. To better understand how shared responsibility works, especially when confronting an outage or disaster, see [Shared responsibility for reliability](concept-shared-responsibility.md).
9899

99100
## Related content
100101

101-
102102
- [Availability of service by category](availability-service-by-category.md)
103103
- [Build solutions for high availability using availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability)
104104
- [Training: Describe high availability and disaster recovery strategies](/training/modules/describe-high-availability-disaster-recovery-strategies/)

0 commit comments

Comments
 (0)