Skip to content

Commit efa4841

Browse files
Merge pull request #279281 from madsd/scaletime
note on scale time
2 parents b8c3b23 + 963dcd0 commit efa4841

File tree

1 file changed

+2
-2
lines changed
  • articles/app-service/environment

1 file changed

+2
-2
lines changed

articles/app-service/environment/using.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an App Service Environment
33
description: Learn how to use your App Service Environment to host isolated applications.
44
author: madsd
55
ms.topic: article
6-
ms.date: 03/27/2023
6+
ms.date: 06/26/2024
77
ms.author: madsd
88
---
99

@@ -47,7 +47,7 @@ Every App Service app runs in an App Service plan. App Service Environments hold
4747

4848
When you scale an App Service plan, the needed infrastructure is added automatically. Be aware that there's a time delay to scale operations while the infrastructure is being added. For example, when you scale an App Service plan, and you have another scale operation of the same operating system and size running, there might be a delay of a few minutes until the requested scale starts.
4949

50-
A scale operation on one size and operating system won't affect scaling of the other combinations of size and operating system. For example, if you are scaling a Windows I2v2 App Service plan, a scale operation to a Windows I3v2 App Service plan starts immediately. Scaling normally takes less than 15 minutes.
50+
A scale operation on one size and operating system won't affect scaling of the other combinations of size and operating system. For example, if you are scaling a Windows I2v2 App Service plan, a scale operation to a Windows I3v2 App Service plan starts immediately. Scaling normally takes less than 15 minutes but can take up to 45 minutes.
5151

5252
In a multi-tenant App Service, scaling is immediate, because a pool of shared resources is readily available to support it. App Service Environment is a single-tenant service, so there's no shared buffer, and resources are allocated based on need.
5353

0 commit comments

Comments
 (0)