Skip to content

Commit 6a18951

Browse files
author
Adrian Hall
committed
Added Dedicated, support increase requirement on Standard.
1 parent 6bb23d6 commit 6a18951

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

articles/static-web-apps/quotas.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,28 @@ ms.author: cshoe
1111

1212
# Quotas in Azure Static Web Apps
1313

14-
The following quotas exist for Azure Static Web Apps.
15-
16-
| Feature | Free plan | Standard plan |
17-
|-----------------------------|------------------|---------------|
18-
| Included bandwidth | 100 GB per month, per subscription | 100 GB per month, per subscription |
19-
| Overage bandwidth | Unavailable | $0.20 per GB |
20-
| Apps per Azure subscription | 10 | Unlimited |
21-
| Storage | • 500 MB max for all staging and production environments<br><br>• 250 MB max per app | • 2 GB max for all staging and production environments<br><br>• 500 MB max per app |
22-
| Pre-production environments | 3 | 10 |
23-
| Custom domains | 2 per app | 5 per app |
24-
| Allowed IP ranges | Unavailable | 25 |
25-
| Authorization (built-in roles) | Unlimited end-users that may authenticate with built-in `authenticated` role | Unlimited end-users that may authenticate with built-in `authenticated` role |
26-
| Authorization (custom roles) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-custom.md#manage-roles) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-custom.md#manage-roles), or unlimited end-users that may be assigned custom roles via [serverless function](authentication-custom.md#manage-roles) |
27-
| Request Size Limit | 30 MB | 30 MB |
28-
| File count | 15,000 | 15,000|
14+
Per-subscription limits:
15+
16+
| Feature | Free plan | Standard plan | Dedicated plan (Preview) |
17+
|----------------------------------|-------------|---------------|--------------------------|
18+
| Included bandwidth (per month) | 100 GB | 100 GB | 100 GB |
19+
| Overage bandwidth | Unavailable | $0.20 per GB | $0.20 per GB |
20+
| Apps | 10 | 100 | 1 |
21+
22+
If you need more apps on the Standard plan, please contact Azure Support.
23+
24+
Per-app limits:
25+
26+
| Feature | Free plan | Standard plan | Dedicated plan (Preview) |
27+
|----------------------------------|-------------|---------------|--------------------------|
28+
| Pre-production environments | 3 | 10 | 10 |
29+
| Total storage (all environments) | 500 MB | 2 GB | 2 GB |
30+
| Storage (single environment) | 250 MB | 500 MB | 500 MB |
31+
| File count | 15,000 | 15,000 | 15,000 |
32+
| Custom domains | 2 | 5 | 5 |
33+
| Allowed IP ranges | Unavailable | 25 | 25 |
34+
| Authorization (custom roles) | 25 ([invitations only][1]) | 25 ([via invitations][1]) or unlimited ([via serverless function][2]) | 25 ([via invitations][1]) or unlimited ([via serverless function][2]) |
35+
| Request Size Limit | 30 MB | 30 MB | 30 MB |
2936

3037
## GitHub storage
3138

@@ -40,3 +47,7 @@ See the following resources for more detail:
4047
## Next steps
4148

4249
- [Azure Static Web Apps overview](overview.md)
50+
51+
<!-- Links -->
52+
[1]: authentication-custom.md#manage-roles
53+
[2]: authentication-custom.md#manage-roles

0 commit comments

Comments
 (0)