You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/reliability/concept-shared-responsibility.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Shared responsibility for resiliency
3
-
description: Learn about the shared responsibility model for resiliency in the Azure cloud platform.
2
+
title: Shared responsibility for reliability
3
+
description: Learn about the shared responsibility model for reliability on the Azure cloud platform.
4
4
ms.service: azure
5
5
ms.subservice: azure-availability-zones
6
6
ms.topic: conceptual
@@ -10,30 +10,30 @@ author: anaharris-ms
10
10
ms.custom: subject-reliability
11
11
---
12
12
13
-
# Shared responsibility for resiliency
13
+
# Shared responsibility for reliability
14
14
15
-
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.
15
+
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.
16
16
17
17
To help you better understand how shared responsibility works, especially when confronting an outage or disaster, this article describes the shared responsibility *model* for resiliency. For more information on how to actually use this model to plan for disaster recovery, see [Recommendations for designing a disaster recovery strategy](/azure/well-architected/reliability/disaster-recovery).
18
18
19
-
## Shared responsibility model for resiliency
19
+
## Shared responsibility model for reliability
20
20
21
-
The shared responsibility model for resiliency is composed of three levels:
21
+
The shared responsibility model for reliability is composed of three levels:
22
22
23
23
-[Core platform reliability](#core-platform-reliability). The Azure platform provides a base level of reliability for all customers and all services through the underlying infrastructure, services, and processes.
24
24
-[Resilience-enhancing capabilities](#resilience-enhancing-capabilities) Azure offers a suite of built-in features and services that enhance resiliency, such as using availability zones, deploying across multiple regions, and implementing backup strategies. While Azure provides these capabilities, it's your responsibility to evaluate and configure them to align with your specific requirements. Requirements can include reliability, cost, performance, and compliance with regulatory standards.
25
25
-[Applications](#applications). To make effective use of the other levels, your application and workload must be designed for resiliency.
26
26
27
-
:::image type="content" source="media/shared-responsibility/shared-responsibility-model.jpg" alt-text="Diagram showing shared responsibility model for resiliency: Core platform reliability, resilience-enhancing capabilities, and applications." border="false":::
27
+
:::image type="content" source="media/shared-responsibility/shared-responsibility-model.jpg" alt-text="Diagram showing shared responsibility model for reliability: Core platform reliability, resilience-enhancing capabilities, and applications." border="false":::
28
28
29
29
Microsoft is solely responsible for core platform reliability. Microsoft is also responsible for providing resilience-enhancing capabilities that you can use. You're responsible for selecting and using the appropriate components.
30
30
31
-
Whether you choose SaaS, PaaS, or IaaS service categories determines what kind of decisions you make. For example, if you use a SaaS service, you typically don't need to opt into using availability zones. If you use PaaS services for your data tier, you might have automated capabilities for backup available to you. If you use IaaS services, you typically need to plan and implement many resiliency capabilities yourself.
31
+
Whether you choose SaaS, PaaS, or IaaS service categories determines what kind of decisions you make. For example, if you use a SaaS service, you typically don't need to opt into using availability zones. If you use PaaS services for your data tier, you might have automated capabilities for backup available to you. If you use IaaS services, you typically need to plan and implement many reliability capabilities yourself.
32
32
33
33
> [!NOTE]
34
34
> Service categories (SaaS, PaaS, and IaaS) are useful as a broad grouping of services, but it's important to understand your responsibilities for each individual service you use.
35
35
>
36
-
> The [reliability guides](./overview-reliability-guidance.md) provide an overview of how each service works from a resiliency perspective, and help you to make informed decisions about how to configure your services to meet your needs.
36
+
> The [reliability guides](./overview-reliability-guidance.md) provide an overview of how each service works from a reliability perspective and help you to make informed decisions about how to configure your services to meet your needs.
37
37
38
38
You're also responsible for your application and workload design, and for defining your reliability requirements, which helps you to decide how to design and configure your solution.
39
39
@@ -71,8 +71,8 @@ Azure provides many different resilience-enhancing capabilities. Although Micros
71
71
72
72
### Applications
73
73
74
-
It's your responsibility to make sure that your applications are designed to be resilient. Use the [Azure Well-Architected Framework](/azure/well-architected) pillars to drive architectural excellence at the fundamental level of a workload. The [reliability pillar](/azure/well-architected/reliability/) focuses on how you can make your workload and applications resilient to different types of failures, and to enable recovery when failures occur.
74
+
It's your responsibility to make sure that your applications are designed to be resilient to faults, and to follow other reliability best practices. Use the [Azure Well-Architected Framework](/azure/well-architected) pillars to drive architectural excellence at the fundamental level of a workload. The [reliability pillar](/azure/well-architected/reliability/) focuses on how you can make your workload and applications resilient to different types of failures, and to enable recovery when failures occur.
75
75
76
76
## Next steps
77
77
78
-
The shared responsibility model applies to other parts of your solution beyond resiliency. For more information on the shared responsibility model for security, see [Microsoft Trust Center](../security/fundamentals/shared-responsibility.md).
78
+
The shared responsibility model applies to other parts of your solution beyond reliability. For more information on the shared responsibility model for security, see [Microsoft Trust Center](../security/fundamentals/shared-responsibility.md).
0 commit comments