Skip to content

Commit f9d93a6

Browse files
authored
Merge pull request #276765 from adrianhall/swa-quotas-bug
[SWA] Add Dedicated to quotas page
2 parents 877d23b + bad9a19 commit f9d93a6

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

articles/static-web-apps/quotas.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,37 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: overview
8-
ms.date: 02/09/2023
8+
ms.date: 05/30/2024
99
ms.author: cshoe
1010
---
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+
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, contact Azure Support.
23+
24+
App limits:
25+
26+
| Feature | Free plan | Standard plan | Dedicated plan (Preview) |
27+
|-------------------------------------|-------------|---------------|--------------------------|
28+
| [Preview environments][3] | 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][1] | 2 | 5 | 5 |
33+
| [Private endpoint][4] | Unavailable | 1 | 1 |
34+
| Allowed IP range restrictions | Unavailable | 25 | 25 |
35+
| [Authorization (custom roles)][2] | | | |
36+
| &nbsp;&nbsp;&nbsp;&nbsp;via invitations | 25 | 25 | 25 |
37+
| &nbsp;&nbsp;&nbsp;&nbsp;via serverless functions | Unavailable | Unlimited | Unlimited |
38+
| Request Size Limit | 30 MB | 30 MB | 30 MB |
2939

3040
## GitHub storage
3141

@@ -40,3 +50,9 @@ See the following resources for more detail:
4050
## Next steps
4151

4252
- [Azure Static Web Apps overview](overview.md)
53+
54+
<!-- Links -->
55+
[1]: custom-domain.md
56+
[2]: authentication-custom.md#manage-roles
57+
[3]: preview-environments.md
58+
[4]: private-endpoint.md

0 commit comments

Comments
 (0)