Skip to content

Commit c30efdd

Browse files
Apply suggestions from code review
Co-authored-by: Stephanie Savell <[email protected]>
1 parent aece0f7 commit c30efdd

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/app-service/environment/creation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create an App Service Environment in the Azure portal, do the following steps
5555

5656
1. In the **Basics** tab, do the following steps:
5757

58-
- Select the subscription.
58+
- Select the subscription.
5959
- Select or create the resource group.
6060
- Enter the name of your App Service Environment.
6161

@@ -111,7 +111,7 @@ To create an App Service Environment in the Azure portal, do the following steps
111111

112112
After you successfully create your App Service Environment, you can select it as a location when you create your apps.
113113

114-
For more information, see [Create an App Service Environment by using an ARM template](how-to-create-from-template.md).
114+
For more information, see [Create an App Service Environment by using an Azure Resource Manager template](how-to-create-from-template.md).
115115

116116
<!--Links-->
117117
[Intro]: ./overview.md

articles/app-service/environment/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ App Service Environment v3 differs from earlier versions in the following ways:
8686

8787
- You can deploy an App Service Environment v3 with zone redundancy enabled. This option is available only in regions where all dependencies support zone redundancy. You can enable zone redundancy at creation or anytime after deployment.
8888

89-
Consider the following factors for an environment with zone redundancy:
89+
Consider the following factors for an environment that has zone redundancy:
9090

9191
- Each App Service plan must have at least two instances to distribute them across zones.
9292
- Each App Service plan's zone redundancy status is independent, so you can use a mix of zone-redundant and non-zone-redundant plans.

articles/reliability/includes/app-service/reliability-backups-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
ms.custom: include file
88
---
99

10-
These capabilities help when redeploying code is difficult or when you store state on disk. Most solutions shouldn't rely exclusively on backups. Instead, use the other capabilities in this guide to support your resiliency requirements. However, backups protect against some risks that other approaches don't. For more information, see [Back up and restore your app in App Service](/azure/app-service/manage-backup).
10+
These capabilities help when it's difficult to redeploy code or when you store state on disk. Most solutions shouldn't rely exclusively on backups. Instead, use the other capabilities in this guide to support your resiliency requirements. However, backups protect against some risks that other approaches don't. For more information, see [Back up and restore your app in App Service](/azure/app-service/manage-backup).

articles/reliability/includes/app-service/reliability-zone-down-experience-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Expect the following outcomes when you configure App Service plans for zone redu
1414

1515
- **Notification:** You can monitor zone failure events through Azure Service Health and Azure Resource Health. Set up alerts on these services to receive notifications about zone-level problems.
1616

17-
- **Active requests:** Any requests in progress that connect to an App Service plan instance in the faulty availability zone are terminated. Retry those requests.
17+
- **Active requests:** Any in-progress requests that connect to an App Service plan instance in the faulty availability zone are terminated. Retry those requests.
1818

19-
- **Traffic rerouting:** App Service detects the lost instances from that zone and attempts to find new replacement instances. After it finds replacements, it distributes traffic across the new instances as needed.
19+
- **Traffic rerouting:** App Service detects the lost instances from that zone and attempts to find new replacement instances. After App Service finds replacements, it distributes traffic across the new instances as needed.
2020

2121
If autoscale is configured and determines that more instances are needed, it requests instances from App Service. Autoscale behavior operates independently of App Service platform behavior. So your instance count specification doesn't need to be a multiple of two. For more information, see [Scale up an app in App Service](/azure/app-service/manage-scale-up) and [Autoscale overview](/azure/azure-monitor/autoscale/autoscale-overview).
2222

articles/reliability/reliability-app-service-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more information about reliability support in App Service, see [Reliability
3333

3434
## Reliability architecture overview
3535

36-
When you implement an [App Service Environment](/azure/app-service/environment/overview), you deploy the environment as the container for your App Service plans and web apps. During setup, configure core networking settings and optional hardware isolation. Choose whether or not to support zone redundancy on the environment if the region supports availability zones.
36+
When you implement an [App Service Environment](/azure/app-service/environment/overview), you deploy the environment as the container for your App Service plans and web apps. During setup, configure core networking settings and optional hardware isolation. Choose whether to support zone redundancy on the environment if the region supports availability zones.
3737

3838
After you create your environment, you can create one or more App Service plans.
3939

@@ -73,7 +73,7 @@ To enable zone redundancy for your App Service Environment, you must meet the fo
7373

7474
- Use a scale unit that supports availability zones. When you create an App Service Environment, the environment is assigned to a scale unit based on the resource group where the environment resides. If your scale unit doesn't support availability zones, you need to create a new environment in a new resource group.
7575

76-
- Configure your App Service Environment *and* your plans to support zone redundancy. You can enable zone redundancy during the creation of the environment or by updating an existing environment.
76+
- Configure your App Service Environment and your plans to support zone redundancy. You can enable zone redundancy during the creation of the environment or by updating an existing environment.
7777

7878
### Instance distribution across zones
7979

@@ -95,7 +95,7 @@ If you enable availability zones but specify a capacity of fewer than two instan
9595

9696
### Configure availability zone support
9797

98-
To learn how to create, enable, or disable a new zone-redundant App Service Environment and new zone-redundant App Service plans, see [Configure App Service Environments and Isolated v2 App Service plans for zone redundancy](../app-service/environment/configure-zone-redundancy-environment.md).
98+
To learn how to create, enable, or disable a new zone-redundant App Service Environment and new zone-redundant App Service plans, see [Configure App Service Environments and Isolated v2 App Service plans for zone redundancy](../app-service/environment/configure-zone-redundancy-environment.md).
9999

100100
> [!NOTE]
101101
> A change in the zone redundancy status of an App Service Environment takes 12 to 24 hours to complete. During the upgrade process, no downtime or performance problems occur.

0 commit comments

Comments
 (0)