Skip to content

Commit 21803c6

Browse files
Merge pull request #247120 from msangapu-msft/patch-64
Update manage-automatic-scaling.md
2 parents 8538df6 + 9175336 commit 21803c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: How to enable automatic scaling
33
description: Learn how to scale automatically in Azure App Service with zero configuration.
44
ms.topic: article
5-
ms.date: 05/12/2023
5+
ms.date: 08/02/2023
66
ms.author: msangapu
77

88
---
99
# Automatic scaling in Azure App Service
1010

1111
> [!NOTE]
12-
> Automatic scaling is in preview. It's available for Premium Pv2 and Pv3 pricing tiers, and supported for all app types: Windows, Linux, and Windows container.
12+
> Automatic scaling is in preview. It's available for Premium V2 (P1V2, P2V2, P3V2) and Premium V3 (P1V3, P2V3, P3V3) pricing tiers, and supported for all app types: Windows, Linux, and Windows container.
1313
>
1414
1515
Automatic scaling is a new scale out option that automatically handles scaling decisions for your web apps and App Service Plans. It's different from the pre-existing **[Azure autoscale](../azure-monitor/autoscale/autoscale-overview.md)**, which lets you define scaling rules based on schedules and resources. With automatic scaling, you can adjust scaling settings to improve your app's performance and avoid cold start issues. The platform prewarms instances to act as a buffer when scaling out, ensuring smooth performance transitions. You can use Application Insights [Live Metrics](../azure-monitor/app/live-stream.md) to check your current instance count, and [performanceCounters](../azure-functions/analyze-telemetry-data.md#query-telemetry-data) to see the instance count history. You're charged per second for every instance, including prewarmed instances.
@@ -18,7 +18,7 @@ A comparison of scale out and scale in options available on App Service:
1818

1919
| | **Manual** | **Autoscale** | **Automatic scaling** |
2020
| --- | --- | --- | --- |
21-
| Available pricing tiers | Basic and Up | Standard and Up | Premium v2 and Premium v3 |
21+
| Available pricing tiers | Basic and Up | Standard and Up | Premium V2 (P1V2, P2V2, P3V2) and Premium V3 (P1V3, P2V3, P3V3)|
2222
|Rule-based scaling |No |Yes |No, the platform manages the scale out and in based on HTTP traffic. |
2323
|Schedule-based scaling |No |Yes |No|
2424
|Always ready instances | No, your web app runs on the number of manually scaled instances. | No, your web app runs on other instances available during the scale out operation, based on threshold defined for autoscale rules. | Yes (minimum 1) |

0 commit comments

Comments
 (0)