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/includes/app-service/reliability-architecture-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ App Service provides the following redundancy features:
17
17
18
18
-**Scale units:** App Service runs on a platform infrastructure called *scale units*, also known as *stamps*. A scale unit includes all components needed to host and run App Service, including compute, storage, networking, and load balancing. Azure manages scale units to ensure balanced workload distribution, perform routine maintenance, and maintain overall platform reliability.
19
19
20
-
Some capabilities might only be applied on specific scale units. For example, some App Service scale units might support zone redundancy, while other scale units in the same region don't support it.
20
+
Some capabilities might only be applied on specific scale units. For example, some App Service scale units might support zone redundancy, while other scale units in the same region don't.
Copy file name to clipboardExpand all lines: articles/reliability/includes/app-service/reliability-architecture-plans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@
7
7
ms.custom: include file
8
8
---
9
9
10
-
An App Service plan defines a set of compute resources that run your web apps. All web apps must run inside an App Service plan. You can scale an App Service plan to run on multiple VM *instances*, also called *workers*. These instances provide the compute resources that run your app code. A single App Service plan can host multiple apps. All apps run on the same shared set of VM instances.
10
+
An App Service plan defines a set of compute resources that run your web apps. All web apps must run inside a plan. You can scale a plan to run on multiple VM *instances*, also called *workers*. These instances provide the compute resources that run your app code. A single App Service plan can host multiple apps. All apps run on the same shared set of VM instances.
Copy file name to clipboardExpand all lines: articles/reliability/includes/app-service/reliability-normal-operations-include.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
ms.author: anaharris
7
7
ms.custom: include file
8
8
---
9
-
The following section describes what to expect when you configure App Service plans for zone redundancy and all availability zones are operational:
9
+
Expect the following outcomes when you configure App Service plans for zone redundancy and all availability zones function properly:
10
10
11
11
-**Traffic routing between zones:** During normal operations, traffic is routed between all available App Service plan instances across all availability zones.
Copy file name to clipboardExpand all lines: articles/reliability/includes/app-service/reliability-zone-down-experience-include.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
---
9
9
An availability zone outage might affect some aspects of App Service, even though the application continues to serve traffic. These behaviors include App Service plan scaling, application creation, application configuration, and application publishing.
10
10
11
-
The following section describes what to expect when you configure App Service plans for zone redundancy and one or more availability zones are unavailable:
11
+
Expect the following outcomes when you configure App Service plans for zone redundancy and one or more availability zones are unavailable:
12
12
13
13
-**Detection and response:** The App Service platform automatically detects failures in an availability zone and initiates a response. No manual intervention is required to initiate a zone failover.
Copy file name to clipboardExpand all lines: articles/reliability/includes/reliability-transient-fault-description-include.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@
9
9
ms.custom: include file
10
10
---
11
11
12
-
Transient faults are short, intermittent failures in components. They occur frequently in a distributed environment like the cloud, and they're a normal part of operations. Transient faults correct themselves after a short period of time. It's important that your applications handle transient faults, usually by retrying affected requests.
12
+
Transient faults are short, intermittent failures in components. They occur frequently in a distributed environment like the cloud, and they're a normal part of operations. Transient faults correct themselves after a short period of time. It's important that your applications can handle transient faults, usually by retrying affected requests.
13
13
14
14
All cloud-hosted applications should follow the Azure transient fault handling guidance when they communicate with any cloud-hosted APIs, databases, and other components. For more information, see [Recommendations for handling transient faults](/azure/well-architected/reliability/handle-transient-faults).
Copy file name to clipboardExpand all lines: articles/reliability/reliability-app-service-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ An environment provides the following key reliability benefits:
21
21
- Enhanced network isolation for improved security and stability
22
22
- The ability to deploy in your own virtual network for greater control over traffic routing and security policies
23
23
24
-
This article describes reliability support in an [App Service Environment](../app-service/environment/overview.md). It covers intra-regional resiliency via [availability zones](#availability-zone-support) and [multiple-region deployments](#multi-region-support).
24
+
This article describes reliability support in [App Service Environment](../app-service/environment/overview.md). It covers intra-regional resiliency via [availability zones](#availability-zone-support) and [multiple-region deployments](#multi-region-support).
25
25
26
26
For more information about reliability support in App Service, see [Reliability in App Service](./reliability-app-service.md).
27
27
@@ -39,7 +39,7 @@ After you create your environment, you can create one or more App Service plans.
39
39
40
40
[!INCLUDE [App Service reliability architecture - plan description](includes/app-service/reliability-architecture-plans.md)]
41
41
42
-
To use an App Service Environment, your plans must use the [Isolated v2 pricing tier](/azure/app-service/overview-hosting-plans#isolated-v2). The Isolated v2 pricing tier supports zone redundancy and is designed for high-scale, mission-critical applications.
42
+
To use an App Service Environment, your plans must use the [Isolated v2 pricing tier](/azure/app-service/overview-hosting-plans#isolated-v2). This tier supports zone redundancy and high-scale, mission-critical applications.
43
43
44
44
[!INCLUDE [App Service reliability architecture overview](includes/app-service/reliability-architecture-overview.md)]
45
45
@@ -55,7 +55,7 @@ To use an App Service Environment, your plans must use the [Isolated v2 pricing
55
55
56
56
You can configure your App Service Environment as *zone redundant*. You can also configure your App Service plans to be zone redundant, which distributes them across multiple availability zones.
57
57
58
-
You can enable or disable zone redundancy on each plan. Some plans in your environment can be zone redundant, while others aren't.
58
+
You can enable or disable zone redundancy on each specific plan.
59
59
60
60
When you create a zone-redundant App Service plan in your environment, the instances of your App Service plan are distributed across the availability zones in the region. For more information, see [Instance distribution across zones](../reliability/reliability-app-service.md#instance-distribution-across-zones).
0 commit comments