Skip to content

Commit ddc4ff2

Browse files
Merge pull request #314810 from seligj95/patch-1
Update automatic scaling documentation with pv4
2 parents 35de18e + d7b4047 commit ddc4ff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/app-service/manage-automatic-scaling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to scale automatically in Azure App Service with no confi
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: how-to
7-
ms.date: 01/09/2026
7+
ms.date: 04/16/2026
88
ms.custom: devx-track-azurecli
99
ms.service: azure-app-service
1010
---
@@ -41,7 +41,7 @@ Only one scaling method should be active for an App Service plan.
4141

4242
|   | **Manual** | **Autoscale** | **Automatic scaling** |
4343
|--------|------------|---------------|------------------------|
44-
| Available tiers | Basic and up | Standard and up | Premium v2 and Premium v3 |
44+
| Available tiers | Basic and up | Standard and up | Premium v2 - v4 |
4545
| Rule-based scaling | No | Yes | No (traffic-based) |
4646
| Schedule-based scaling | No | Yes | No |
4747
| Always-ready instances | No | No | Yes (minimum 1) |
@@ -61,7 +61,7 @@ Here are a few scenarios where you should scale out automatically:
6161

6262
## Enable automatic scaling
6363

64-
The **Maximum burst** setting represents the highest number of instances that your App Service plan can increase to based on incoming HTTP requests. For Premium v2 & v3 plans, you can specify up to 30 instances. The maximum burst number must be equal to or greater than the number of workers specified for the App Service plan.
64+
The **Maximum burst** setting represents the highest number of instances that your App Service plan can increase to based on incoming HTTP requests. For Premium v2, v3, and v4 plans, you can specify up to 30 instances. The maximum burst number must be equal to or greater than the number of workers specified for the App Service plan.
6565

6666
#### [Azure portal](#tab/azure-portal)
6767

0 commit comments

Comments
 (0)