Skip to content

Commit 1edd0d9

Browse files
authored
Apply suggestions from code review
1 parent c30efdd commit 1edd0d9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/app-service/environment/creation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ An [App Service Environment][Intro] is a single-tenant deployment of Azure App S
4343

4444
- *Zone redundant deployment:* Zone redundancy ensures that workloads remain available even if one zone experiences an outage. In regions that support availability zones, you can configure App Service Environments so that apps are distributed across multiple availability zones within the same region. You must include at least two instances in your App Service plan to ensure redundancy across zones. You can scale out by adding one or more instances at a time. For more information, see [Reliability in App Service Environments](../../reliability/reliability-app-service-environment.md).
4545

46-
- *Host group deployment:* Your apps are deployed onto a dedicated host group. The dedicated host group isn't zone redundant. You can install and use your App Service Environment on dedicated hardware. There's no minimum instance charge for using an App Service Environment on a dedicated host group. However, you must pay for the host group when you provision the App Service Environment. You also pay a discounted App Service plan rate when you create your plans and scale out.
46+
- *Host group deployment:* Your apps are deployed onto a dedicated host group. The dedicated host group isn't zone redundant. You can install and use your App Service Environment on dedicated hardware. There's no minimum instance charge for using an App Service Environment on a dedicated host group. However, you must pay for the host group when you provision the App Service Environment. You must also pay a discounted App Service plan rate when you create your plans and scale out.
4747

4848
A dedicated host group deployment allocates a finite number of cores, which both the App Service plans and the infrastructure roles use. This type of deployment can't reach the 200 total instance count normally available in App Service Environment. The number of total possible instances is related to the total number of App Service plan instances, plus the load-based number of infrastructure roles.
4949

@@ -90,7 +90,7 @@ To create an App Service Environment in the Azure portal, do the following steps
9090
- Select or create your **Virtual Network**.
9191
- Select or create your **Subnet**.
9292

93-
If you create an App Service Environment with an internal VIP, you can:
93+
If you create an App Service Environment that has an internal VIP, you can:
9494

9595
- Configure Azure DNS private zones to point your domain suffix to your App Service Environment. For more information, see [DNS configuration](/azure/app-service/environment/using#dns-configuration).
9696

articles/app-service/environment/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ An App Service Environment provides hosting capabilities for various workloads:
2525

2626
App Service Environments are designed to support application workloads that require specific performance and security features:
2727

28-
- Support for high scale.
29-
- Isolation and secure network access.
30-
- Support for high memory usage.
31-
- Ability to handle high requests per second (RPS).
28+
- Support for high scale
29+
- Isolation and secure network access
30+
- Support for high memory usage
31+
- Ability to handle high requests per second (RPS)
3232

3333
You can create multiple App Service Environments in a single Azure region or across multiple Azure regions. This flexibility makes an App Service Environment ideal for horizontally scaling stateless applications that have a high RPS requirement.
3434

@@ -101,7 +101,7 @@ App Service Environment v3 differs from earlier versions in the following ways:
101101

102102
- It no longer requires front-end scaling adjustments. App Service Environment v3 front ends automatically scale to meet your needs and are deployed on improved hosts.
103103

104-
- It allows scale operations to proceed while another operation is in progress, as long as they involve different OS and size combinations. For example, while your Windows small App Service plan scales, you can start a scale operation for a Windows medium plan or any other plan except Windows small.
104+
- It allows scale operations to proceed while another operation is in progress, as long as they have different OS and size combinations. For example, while your Windows small App Service plan scales, you can start a scale operation for a Windows medium plan or any other plan except Windows small.
105105

106106
- It supports access to apps in an internal-VIP App Service Environment v3 across global peering. Earlier versions don't support this access.
107107

articles/reliability/includes/app-service/reliability-architecture-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ App Service provides the following redundancy features:
1717

1818
- **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.
1919

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.
20+
Some capabilities might only be applied to specific scale units. For example, some App Service scale units might support zone redundancy, while other scale units in the same region don't.

0 commit comments

Comments
 (0)