Skip to content

Commit e67cfc4

Browse files
authored
Update scaling operations documentation
Added section on cancelling asynchronous scaling operations and clarified behavior for App Service Plans in App Service Environments.
1 parent cc54eb7 commit e67cfc4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

articles/app-service/app-service-plan-manage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: 4859d0d5-3e3c-40cc-96eb-f318b2c51a3d
66
ms.topic: how-to
77
ms.author: msangapu
88
author: msangapu-msft
9-
ms.date: 03/03/2026
9+
ms.date: 03/19/2026
1010
ms.update-cycle: 1095-days
1111
ms.custom: "UpdateFrequency3"
1212

@@ -102,6 +102,10 @@ When creating or manually scaling out an App Service Plan you may experience sit
102102

103103
The preview of App Service Plan Asynchronous enables you to request your target number of instances and the platform scales out to the target number, without you having to modify your original request and retrying. The platform scales to the number of available instances and then triggers the underlying platform to make more instances available. You can make use of this functionality during scale-out operations or at plan creation time. This functionality is supported for all Basic, Standard, and Premium pricing plans.
104104

105+
### Cancelling an asynchronous scaling operation
106+
107+
An in-progress aysynchronous scale operation is cancelled only when you explicitly change the TargetWorkerCount property. Changes to other App Service Plan properties do not cancel the operation, including changes to the SKU, or App Service Plan instance count. App Service Plan instance count changes that cannot be completed synchronously are ignored unless the TargetWorkerCount is also changed. To explicitly cancel the scale operation, set the TargetWorkerCount to 0.
108+
105109
> [!NOTE]
106110
> This behaviour is NOT configurable for App Service Plans created in App Service Environments. App Service Environments create and scale App Service Plans asynchronously by default.
107111

0 commit comments

Comments
 (0)