Skip to content

Commit e9b6897

Browse files
Merge pull request #270097 from seligj95/patch-1
asev2 add upgrade note for scaling block
2 parents 64a9d77 + cd7df56 commit e9b6897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/using-an-ase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create, publish, and scale apps in an App Service Envi
44
author: madsd
55
ms.assetid: a22450c4-9b8b-41d4-9568-c4646f4cf66b
66
ms.topic: article
7-
ms.date: 03/29/2022
7+
ms.date: 03/25/2024
88
ms.author: madsd
99
---
1010
# Manage an App Service Environment
@@ -79,7 +79,7 @@ To create an app in an ASE:
7979

8080
Every App Service app runs in an App Service plan. App Service Environments hold App Service plans, and App Service plans hold apps. When you scale an app, you also scale the App Service plan and all the apps in that same plan.
8181

82-
When you scale an App Service plan, the needed infrastructure is added automatically. There's a time delay to scale operations while the infrastructure is being added. If you do several scale operations in sequence, the first infrastructure scale request is acted on and the others are queued. When the first scale operation finishes, the other infrastructure requests all operate together. And when the infrastructure is added, the App Service plans are assigned as appropriate. Creating a new App Service plan is itself a scale operation because it requests additional hardware. A scale operation usually takes 30-60 minutes to complete.
82+
When you scale an App Service plan, the needed infrastructure is added automatically. There's a time delay to scale operations while the infrastructure is being added. If you do several scale operations in sequence, the first infrastructure scale request is acted on and the others are queued. When the first scale operation finishes, the other infrastructure requests all operate together. And when the infrastructure is added, the App Service plans are assigned as appropriate. Creating a new App Service plan is itself a scale operation because it requests additional hardware. A scale operation usually takes 30-60 minutes to complete. Upgrades are also operations that block scaling while in progress.
8383

8484
In the multitenant App Service, scaling is immediate because a pool of resources is readily available to support it. In an ASE, there's no such buffer, and resources are allocated based on need.
8585

0 commit comments

Comments
 (0)