Skip to content

Commit f2fab6a

Browse files
Merge pull request #264695 from anaharris-ms/az-video
Reliability: Add video for AZ and regions
2 parents f15474b + d61099e commit f2fab6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/reliability/overview.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ ms.date: 08/21/2023
77
ms.author: anaharris
88
ms.service: reliability
99
ms.subservice: availability-zones
10-
ms.custom: subject-reliability
10+
ms.custom: subject-reliability, ai-video-concept
1111
---
1212

1313
# Azure reliability documentation
1414

15+
1516
Reliability consists of two principles: resiliency and availability. The goal of resiliency is to avoid failures and, if they still occur, to return your application to a fully functioning state. The goal of availability is to provide consistent access to your application or workload. It's important to plan for proactive reliability based on your application requirements.
1617

1718
Azure includes built-in reliability services that you can use and manage based on your business needs. Whether it’s a single hardware node failure, a rack level failure, a datacenter outage, or a large-scale regional outage, Azure provides solutions that improve reliability. For example, availability sets ensure that the virtual machines deployed on Azure are distributed across multiple isolated hardware nodes in a cluster. Availability zones protect customers’ applications and data from datacenter failures across multiple physical locations within a region. **Regions** and **availability zones** are central to your application design and resiliency strategy and are discussed in greater detail later in this article.
@@ -23,6 +24,8 @@ For detailed service-specific reliability guidance, including availability zones
2324
For information on reliability and reliability principles and architecture in Microsoft Azure services, see [Microsoft Azure Well-Architected Framework: Reliability](/azure/architecture/framework/#reliability).
2425

2526

27+
28+
2629
## Reliability requirements
2730

2831
The required level of reliability for any Azure solution depends on several considerations. Availability and latency SLA and other business requirements drive the architectural choices and resiliency level and should be considered first. Availability requirements range from how much downtime is acceptable – and how much it costs your business – to the amount of money and time that you can realistically invest in making an application highly available.
@@ -65,8 +68,12 @@ Two important metrics to consider are the recovery time objective and recovery p
6568
- **Recovery point objective (RPO)** is the maximum duration of data loss that is acceptable during a disaster.
6669

6770
RTO and RPO are non-functional requirements of a system and should be dictated by business requirements. To derive these values, it's a good idea to conduct a risk assessment, and clearly understanding the cost of downtime or data loss.  
71+
72+
6873
## Regions and availability zones
6974

75+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=d36b5b2d-8bd2-43df-a796-b0c77b2f82fc]
76+
7077
Regions and availability zones are a big part of the reliability equation. Regions feature multiple, physically separate availability zones. These availability zones are connected by a high-performance network featuring less than 2ms latency between physical zones. Low latency helps your data stay synchronized and accessible when things go wrong. You can use this infrastructure strategically as you architect applications and data infrastructure that automatically replicate and deliver uninterrupted services between zones and across regions.
7178

7279
Microsoft Azure services support availability zones and are enabled to drive your cloud operations at optimum high availability while supporting your cross-region recovery and business continuity strategy needs.

0 commit comments

Comments
 (0)