Skip to content

Commit 37efea8

Browse files
authored
Merge pull request #293492 from anaharris-ms/rel-overview
Reliability - Overview
2 parents b04c439 + c3d437f commit 37efea8

File tree

6 files changed

+71
-64
lines changed

6 files changed

+71
-64
lines changed

articles/expressroute/design-architecture-for-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Standard resiliency in ExpressRoute is a single circuit with two connections con
5050

5151
[Azure regions](/azure/cloud-adoption-framework/ready/azure-setup-guide/regions) are an integral part of your ExpressRoute design and resiliency strategy. These regions are geographical locations of data centers that host Azure services. Regions are interconnected through a dedicated low-latency network and are designed to be highly available, fault-tolerant, and scalable.
5252

53-
Azure offers several features to ensure regional resiliency. One such feature is [availability zones](../reliability/availability-zones-overview.md). Availability zones protect applications and data from data center failures by spanning across multiple physical locations within a region. Regions and availability zones are central to your application design and resiliency strategy. By utilizing availability zones, you can achieve higher availability and resilience in your deployments. For more information, see [Regions & availability zones](../reliability/overview.md#regions-and-availability-zones).
53+
Azure offers several features to ensure regional resiliency. One such feature is [availability zones](../reliability/availability-zones-overview.md). Availability zones protect applications and data from data center failures by spanning across multiple physical locations within a region. Regions and availability zones are central to your application design and resiliency strategy. By utilizing availability zones, you can achieve higher availability and resilience in your deployments. For more information, see [Regions & availability zones](../reliability/overview.md).
5454

5555
We recommend deploying your [ExpressRoute Virtual Network Gateways](expressroute-about-virtual-network-gateways.md) as zone redundant across availability zones within a region. These availability zones are separate physical locations with independent infrastructure (power, cooling, and networking). The purpose is to protect your on-premises network connectivity to Azure from zone level failures. [Zone-redundant ExpressRoute gateways](../vpn-gateway/about-zone-redundant-vnet-gateways.md?toc=%2Fazure%2Fexpressroute%2Ftoc.json) provide resiliency, scalability, and higher availability for accessing mission-critical services on Azure.
5656

articles/reliability/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: Azure reliability documentation
22
href: index.yml
3-
- name: What is reliability?
3+
- name: Overview
44
href: overview.md
55
- name: Reliability fundamentals
66
items:

articles/reliability/availability-zones-service-support.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ Some Azure services don't support availability zones because they are:
3737

3838
- Available across multiple Azure regions within a geographic area, or even across all Azure regions globally.
3939
- Resilient to zone-wide outages.
40-
- Resilient to region-wide outages.
41-
42-
For a complete list of always-available services, also called non-regional services, in Azure, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/).
43-
40+
- Resilient to region-wide outages.
4441
For more information on older-generation virtual machines, see [Previous generations of virtual machine sizes](/azure/virtual-machines/sizes-previous-gen).
4542

4643
## Azure services with availability zone support

articles/reliability/overview-reliability-guidance.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@ description: Reliability guides for Microsoft Azure products and services. View
44
author: anaharris-ms
55
ms.service: azure
66
ms.topic: reliability-article
7-
ms.date: 12/03/2024
7+
ms.date: 01/28/2025
88
ms.author: anaharris
99
ms.custom: subject-reliability
1010
ms.subservice: azure-reliability
1111
---
1212

13-
# Azure service reliability guides
13+
# Reliability guides by service
14+
15+
While Azure provides a set of reliability features, the resiliency of your workload is a [shared responsibility between you and Microsoft](./concept-shared-responsibility.md) and depends on how you have designed your business continuity plan to define your expectations for reliability. For this reason, it's important that you understand the reliability features of each service you use, and how to best implement them in your workload. This document provides links to the reliability guidance for each Azure service, detailing how each service supports your reliability requirements through its features and design.
16+
17+
Each service guide generally contains information on how the service supports:
18+
19+
- *Availability zones* such as zonal and zone-redundant deployment options, traffic routing and data replication between zones, what happens if a zone experiences an outage, failback, and how to configure your resources for availability zone support.
20+
- *Multi-region support* such as how to configure multi-region or geo-disaster support, traffic routing and data replication between regions, region-down experience, failover and failback support, alternative multi-region support.
21+
- *Backup support* such as who controls backups, where they are stored, how they can be recovered, and whether they are accessible only within a region or across regions.
1422

15-
Below is a list of Azure service reliability guides, organized by service category.
1623

1724
>[!NOTE]
1825
>Some service documents are in the process of, or are not yet updated into a single reliability guide format. These may contain more than one document that references reliability guidance.

0 commit comments

Comments
 (0)