Skip to content

Commit 7b4abea

Browse files
add dedicated plan
1 parent a5eddba commit 7b4abea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/static-web-apps/plans.md

Lines changed: 14 additions & 14 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: 10/05/2021
8+
ms.date: 04/24/2024
99
ms.author: cshoe
1010
---
1111

@@ -15,21 +15,21 @@ Azure Static Web Apps is available through two different plans, Free and Standar
1515

1616
## Features
1717

18-
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) |
18+
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) | Dedicated plan |
1919
| --- | --- | --- |
20-
| Web hosting |||
21-
| GitHub integration |||
22-
| Azure DevOps integration |||
23-
| Globally distributed static content |||
24-
| Free, automatically renewing SSL certificates |||
25-
| Staging environments | 3 per app | 10 per app |
26-
| Max app size | 250 MB per app | 500 MB per app |
27-
| Custom domains | 2 per app | 5 per app |
28-
| APIs via Azure Functions | Managed | Managed or<br>[Bring your own Functions app](functions-bring-your-own.md) |
20+
| Web hosting ||||
21+
| GitHub integration ||||
22+
| Azure DevOps integration ||||
23+
| Globally distributed static content ||||
24+
| Free, automatically renewing SSL certificates ||||
25+
| Staging environments | 3 per app | 10 per app | 20 per app |
26+
| Max app size | 250 MB per app | 500 MB per app | 2GB |
27+
| Custom domains | 2 per app | 5 per app | 10 per app |
28+
| APIs via Azure Functions | Managed | Managed or<br>[Bring your own Functions app](functions-bring-your-own.md) | Managed or<br>[Bring your own Functions app](functions-bring-your-own.md) |
2929
| Authentication provider integration | [Pre-configured](authentication-authorization.yml)<br>(Service defined) | [Custom registrations](authentication-custom.md) |
30-
| [Assign custom roles with a function](authentication-custom.md#manage-roles) | - ||
31-
| Private endpoints | - ||
32-
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/app-service-static/v1_0/) | None ||
30+
| [Assign custom roles with a function](authentication-custom.md#manage-roles) | | ||
31+
| Private endpoints | | ||
32+
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/app-service-static/v1_0/) | None |||
3333

3434
## Selecting a plan
3535

0 commit comments

Comments
 (0)