Skip to content

Commit 653c150

Browse files
committed
edit
1 parent c841811 commit 653c150

File tree

3 files changed

+44
-27
lines changed

3 files changed

+44
-27
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,11 +5114,6 @@
51145114
"redirect_url": "/azure/reliability/concept-business-continuity-high-availability-disaster-recovery",
51155115
"redirect_document_id": false
51165116
},
5117-
{
5118-
"source_path_from_root": "/articles/reliability/overview.md",
5119-
"redirect_url": "/azure/reliability/concept-reliability",
5120-
"redirect_document_id": false
5121-
},
51225117
{
51235118
"source_path_from_root": "/articles/reliability/cross-region-replication-azure-no-pair.md",
51245119
"redirect_url": "/azure/reliability/regions-multi-region-nonpaired",

articles/reliability/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
- name: Azure reliability documentation
22
href: index.yml
33
- name: Overview
4-
href: concept-reliability.md
4+
href: overview.md
55
- name: Reliability fundamentals
66
items:
77
- name: Business continuity, high availability, and disaster recovery
88
href: concept-business-continuity-high-availability-disaster-recovery.md
99
- name: Shared responsibility for resiliency
1010
href: concept-shared-responsibility.md
11-
- name: Azure service incident response
12-
href: incident-response.md
1311
- name: Azure regions
1412
items:
1513
- name: What are Azure regions?
@@ -26,12 +24,12 @@
2624
href: availability-zones-service-support.md
2725
- name: Regions with availability zone support
2826
href: availability-zones-region-support.md
29-
- name: Azure availability zone migration baseline
30-
href: availability-zones-baseline.md
3127
- name: Migrate to availability zone support
3228
items:
3329
- name: Overview
3430
href: availability-zones-migration-overview.md
31+
- name: Azure availability zone migration baseline
32+
href: availability-zones-baseline.md
3533
- name: Migration guides by service
3634
items:
3735
- name: Azure API Management
@@ -424,6 +422,8 @@
424422
href: ../azure-signalr/signalr-concept-disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
425423
- name: Resources
426424
items:
425+
- name: Azure service incident response
426+
href: incident-response.md
427427
- name: Service availability
428428
items:
429429
- name: Service availability by region

articles/reliability/concept-reliability.md renamed to articles/reliability/overview.md

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,57 @@
11
---
2-
title: Overview of reliability
3-
description: Get an overview of reliability in Azure, including platform capabilities, the shared responsibility model, and how each Azure service supports reliability.
2+
title: Azure reliability documentation
3+
description: Overview of Azure reliability documentation, including platform capabilities, the shared responsibility model, and how each Azure service supports reliability.
44
author: anaharris-ms
55
ms.topic: overview
6-
ms.date: 01/23/2025
6+
ms.date: 01/27/2025
77
ms.author: anaharris
88
ms.service: azure
99
ms.custom: subject-reliability
1010
CustomerIntent: As a cloud architect/engineer, I want to learn about Azure Reliability.
1111
---
1212

13-
# What is reliability?
13+
# Azure reliability documentation
14+
15+
The Azure reliability documentation provides information on what reliability means in a cloud platform, how Azure cloud supports reliability, and in what way each Azure service can be configured to support a reliable solution.
16+
17+
The documentation is organized into the following sections:
18+
19+
- **Reliability fundamentals.** Learn about the concepts of reliability, business continuity, high availability, and disaster recovery. Understand how shared responsibility works between Microsoft and you.
20+
- **Azure reliability guides by service.** Learn how each Azure service supports reliability, including availability zones, multi-region support, and backup support.
21+
- **Azure regions.** Learn about Azure regions, paired and nonpaired regions, and the list of services that are deployed to Azure regions.
22+
- **Azure availability zones.** Learn about availability zones, including how they support high availability and disaster recovery, and which Azure services and regions supports availability zones.
23+
24+
## What is reliability?
1425

1526
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.
1627

17-
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. The Azure reliability documentation provides detailed information about these platform capabilities and how Azure services can be used to implement your resiliency needs.
28+
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.
29+
30+
he documentation is organized into the following sections:
31+
32+
33+
## Azure reliability guides by service
34+
35+
Each Azure service has its own unique reliability characteristics. Azure provides a set of service-specific reliability guides that can help you design and implement a reliable workload, and the guidance can help you understand how to best use the service to meet your business needs. Each guide may contain the following sections, depending on which reliability features it supports:
36+
37+
Each reliability service guide generally contains information on how the service supports a range of reliability capabilities, including:
38+
39+
- *Availability zones* such as zonal or zone-redundant deployment options, traffic routing and data replication between zones, zone-down experience, capacity planning, failback, and how to configure for availability zone support.
40+
- *Multi-region support* such as how to configure multi-region or geo-disaster recovery support, traffic routing and data replication between regions, region-down experience, and failover and failback support. For some services that don't have native multi-region support, the guides present alternative multi-region deployment approaches to consider.
41+
- *Backup support* such as Microsoft-controlled and customer-controlled backup capabilities, where they are stored, how they can be recovered, and whether they are accessible only within a region or across regions.
42+
43+
For more information and a list of reliability service guides, see [Reliability guides by service](./reliability-guidance-overview.md).
44+
1845

1946
> [!TIP]
2047
> 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).
2148
22-
## Business continuity, high availability, and disaster recovery
49+
50+
## Reliability fundamentals
51+
52+
The reliability fundamentals section provides an overview of the key concepts and principles that underpin reliability in Azure.
53+
54+
### Business continuity, high availability, and disaster recovery
2355

2456
Business continuity planning can be understood as the ongoing process of risk management through high availability and disaster recovery design.
2557

@@ -33,7 +65,7 @@ When considering business continuity, it's important to understand the following
3365

3466
For more information on business continuity and business continuity planning through high availability and disaster recovery design, see [What are business continuity, high availability, and disaster recovery?](./concept-business-continuity-high-availability-disaster-recovery.md)
3567

36-
## Resiliency and shared responsibility
68+
### Shared responsibility
3769

3870
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.
3971

@@ -58,17 +90,7 @@ Many Azure regions provide availability zones, which are separated groups of dat
5890
- To learn about how each Azure service supports availability zones, see [Azure services with availability zone support](./availability-zones-service-support.md)
5991
- To learn how to approach a migration to availability zone support, see [Azure availability zone migration baseline](availability-zones-baseline.md).
6092

61-
## Azure reliability guides by service
62-
63-
Each Azure service has its own unique reliability characteristics. Azure provides a set of service-specific reliability guides that can help you design and implement a reliable workload, and the guidance can help you understand how to best use the service to meet your business needs. Each guide may contain the following sections, depending on which reliability features it supports:
64-
65-
Each reliability service guide generally contains information on how the service supports a range of reliability capabilities, including:
66-
67-
- *Availability zones* such as zonal or zone-redundant deployment options, traffic routing and data replication between zones, zone-down experience, capacity planning, failback, and how to configure for availability zone support.
68-
- *Multi-region support* such as how to configure multi-region or geo-disaster recovery support, traffic routing and data replication between regions, region-down experience, and failover and failback support. For some services that don't have native multi-region support, the guides present alternative multi-region deployment approaches to consider.
69-
- *Backup support* such as Microsoft-controlled and customer-controlled backup capabilities, where they are stored, how they can be recovered, and whether they are accessible only within a region or across regions.
7093

71-
For more information and a list of reliability service guides, see [Reliability guides by service](./reliability-guidance-overview.md).
7294

7395

7496
## Related content

0 commit comments

Comments
 (0)