Skip to content

Commit ad6c58b

Browse files
Merge pull request #218007 from chcomley/users/chcomley/swa-ghi-94511-30485
SWA - Quotas.md - Added file count limitation, 15,000
2 parents 5d7df45 + 4cc6f80 commit ad6c58b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/quotas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: overview
8-
ms.date: 1/24/2023
8+
ms.date: 02/09/2023
99
ms.author: cshoe
1010
---
1111

@@ -25,6 +25,7 @@ The following quotas exist for Azure Static Web Apps.
2525
| 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 |
2626
| 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) |
2727
| Request Size Limit | 30 MB | 30 MB |
28+
| File count | 15,000 | 15,000|
2829

2930
## GitHub storage
3031

@@ -38,4 +39,4 @@ See the following resources for more detail:
3839

3940
## Next steps
4041

41-
- [Overview](overview.md)
42+
- [Azure Static Web Apps overview](overview.md)

0 commit comments

Comments
 (0)