Skip to content

Commit 3fcdd9a

Browse files
Merge pull request #293640 from anaharris-ms/reliability-minor-0125
Reliabilty Hub - Minor changes
2 parents 259f022 + 34c8deb commit 3fcdd9a

9 files changed

+36
-624
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5203,6 +5203,11 @@
52035203
"source_path_from_root": "/articles/reliability/disaster-recovery-overview.md",
52045204
"redirect_url": "/azure/reliability/concept-business-continuity-high-availability-disaster-recovery",
52055205
"redirect_document_id": false
5206+
},
5207+
{
5208+
"source_path_from_root": "/articles/reliability/cross-region-replication-azure-no-pair.md",
5209+
"redirect_url": "/azure/reliability/regions-multi-region-nonpaired",
5210+
"redirect_document_id": false
52065211
}
52075212
]
52085213
}

articles/reliability/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@
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?
1614
href: regions-overview.md
1715
- name: Paired and nonpaired regions
1816
href: regions-paired.md
1917
- name: Multi-region solutions in nonpaired regions
20-
href: cross-region-replication-azure-no-pair.md
21-
- name: Availability zones
18+
href: regions-multi-region-nonpaired.md
19+
- name: Azure availability zones
2220
items:
2321
- name: What are Azure availability zones?
2422
href: availability-zones-overview.md
@@ -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/includes/reliability-transient-faults-description-include.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

articles/reliability/index.yml

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.author: anaharris
1111
author: anaharris-ms
1212
ms.service: azure
13-
ms.date: 07/12/2022
13+
ms.date: 01/28/2025
1414
ms.subservice: azure-reliability
1515

1616
landingContent:
@@ -21,10 +21,28 @@ landingContent:
2121
links:
2222
- text: Azure reliability overview
2323
url: overview.md
24-
- text: Azure reliability guidance by service
25-
url: reliability-guidance-overview.md
2624
# Card
27-
- title: Availability zone support
25+
- title: Reliability fundamentals
26+
linkLists:
27+
- linkListType: concept
28+
links:
29+
- text: Business continuity, high availability, and disaster recovery
30+
url: concept-business-continuity-high-availability-disaster-recovery.md
31+
- text: Shared responsibility for resiliency
32+
url: concept-shared-responsibility.md
33+
# Card
34+
- title: Azure regions
35+
linkLists:
36+
- linkListType: concept
37+
links:
38+
- text: What are Azure regions?
39+
url: concept-business-continuity-high-availability-disaster-recovery.md
40+
- text: Azure region pairs and nonpaired regions
41+
url: concept-shared-responsibility.md
42+
- text: Multi-region solutions in nonpaired regions
43+
url: regions-multi-region-nonpaired.md
44+
# Card
45+
- title: Azure availability zones
2846
linkLists:
2947
- linkListType: concept
3048
links:
@@ -41,14 +59,9 @@ landingContent:
4159
- text: Migrate to availability zone support
4260
url: availability-zones-migration-overview.md
4361
# Card
44-
- title: Disaster recovery
62+
- title: Reliability guides by service
4563
linkLists:
46-
- linkListType: concept
64+
- linkListType: overview
4765
links:
48-
- text: Business continuity
49-
url: concept-business-continuity-high-availability-disaster-recovery.md
50-
- text: Cross-region replication
51-
url: cross-region-replication-azure.md
52-
- text: Cross-region replication for nonpaired regions
53-
url: cross-region-replication-azure.md
54-
66+
- text: Reliability guidance for Azure services
67+
url: overview-reliability-guidance.md
Binary file not shown.

articles/reliability/media/shared-responsibility.svg

Lines changed: 0 additions & 592 deletions
This file was deleted.

articles/reliability/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ The required level of reliability for any Azure solution depends on several cons
3232

3333
Building reliability systems on Azure is a **shared responsibility**. Microsoft is responsible for the reliability of the cloud platform, including its global network and data centers. Azure customers and partners are responsible for the resilience of their cloud applications, using architectural best practices based on the requirements of each workload. While Azure continually strives for highest possible resiliency in SLA for the cloud platform, you must define your own target SLAs for each workload in your solution. An SLA makes it possible to evaluate whether the architecture meets the business requirements. As you strive for higher percentages of SLA guaranteed uptime, the cost and complexity to achieve that level of availability grows. An uptime of 99.99 percent translates to about five minutes of total downtime per month. Is it worth the more complexity and cost to reach that percentage? The answer depends on the individual business requirements. While deciding final SLA commitments, understand Microsoft’s supported SLAs. Each Azure service has its own SLA.
3434

35-
:::image type="content" source="media/shared-responsibility.svg" alt-text="Diagram showing the shared responsibility model for Azure business continuity.":::
36-
3735
In the traditional on-premises model, the entire responsibility of managing, from the hardware for compute, storage and networking to the application, falls on you. You must plan for various types of failures and how to deal with them by creating a [business continuity strategy](./concept-business-continuity-high-availability-disaster-recovery.md). With IaaS, the cloud service provider is responsible for the core infrastructure resiliency, including storage, networking, and compute. As you move from IaaS to PaaS and then to SaaS, you’ll find that you’re responsible for less and the cloud service provider is responsible for more.  
3836

3937
For more information on Reliability principles, see [Well-architected Framework Reliability documentation](/azure/well-architected/resiliency/).  
File renamed without changes.

articles/reliability/reliability-sustainability-data-solutions-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The reliability guidance for most of these capabilities are covered by the [Micr
2222

2323
## Transient faults
2424

25-
[!INCLUDE[introduction to transient faults](includes/reliability-transient-faults-description-include.md)]
25+
[!INCLUDE[introduction to transient faults](includes/reliability-transient-fault-description-include.md)]
2626

2727
If a transient fault occurs during ingestion of emissions data, you must manually trigger the job again. You can monitor the ingestion job from the Microsoft Fabric monitoring hub.
2828

0 commit comments

Comments
 (0)