Skip to content

Commit 4b8e3b2

Browse files
Merge pull request #298848 from cephalin/overview2
add tier support
2 parents 8107af7 + d9db10e commit 4b8e3b2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

includes/azure-websites-limits.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
author: msangapu-msft
33
ms.service: azure-app-service
44
ms.topic: include
5-
ms.date: 09/03/2024
5+
ms.date: 04/25/2025
66
ms.author: msangapu
77
---
88
| Resource | Free | Shared | Basic | Standard | Premium (v1-v3) | Isolated </th> |
99
| --- | --- | --- | --- | --- | --- | --- |
10-
| [Web, mobile, or API apps](https://azure.microsoft.com/services/app-service/) per [Azure App Service plan](../articles/app-service/overview-hosting-plans.md)<sup>1</sup> |10 |100 |Unlimited<sup>2</sup> |Unlimited<sup>2</sup> |Unlimited<sup>2</sup> |Unlimited<sup>2</sup>|
10+
| [Apps](https://azure.microsoft.com/services/app-service/) per [Azure App Service plan](../articles/app-service/overview-hosting-plans.md)<sup>1</sup> |10 |100 |Unlimited<sup>2</sup> |Unlimited<sup>2</sup> |Unlimited<sup>2</sup> |Unlimited<sup>2</sup>|
11+
| App Service environments | | | | | | X |
12+
| Windows code-only |X | X | X | X | X | X |
13+
| Windows containers | | | | | X | X |
14+
| Linux code-only and containers |X | | X | X | X | X |
15+
| Compute instance type |Shared |Shared |Dedicated<sup>3</sup> |Dedicated<sup>3</sup> |Dedicated<sup>3</sup></p> |Dedicated<sup>3</sup>|
1116
| [App Service plan](../articles/app-service/overview-hosting-plans.md) |10 per region |10 per resource group |100 per resource group |100 per resource group |100 per resource group |100 per resource group|
1217
| Compute instance type |Shared |Shared |Dedicated<sup>3</sup> |Dedicated<sup>3</sup> |Dedicated<sup>3</sup></p> |Dedicated<sup>3</sup>|
1318
| [Scale out](../articles/app-service/manage-scale-up.md) (maximum instances) |1 shared |1 shared |3 dedicated<sup>3</sup> |10 dedicated<sup>3</sup> | 20 dedicated for v1; 30 dedicated for v2 and v3.<sup>3</sup>|100 dedicated<sup>4</sup>|
@@ -64,4 +69,4 @@ ms.author: msangapu
6469

6570
<sup>11</sup> Only issuing standard certificates (wildcard certificates aren't available). Limited to only one free certificate per custom domain.
6671

67-
<sup>12</sup> Total storage usage across all apps deployed in a single App Service Environment (regardless of how they're allocated across different resource groups).
72+
<sup>12</sup> Total storage usage across all apps deployed in a single App Service environment (regardless of how they're allocated across different resource groups).

0 commit comments

Comments
 (0)