Skip to content

Commit b098e5a

Browse files
updates from PM review
1 parent 277949f commit b098e5a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/static-web-apps/plans.md

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

@@ -15,8 +15,8 @@ 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) | Dedicated plan |
19-
| --- | --- | --- |
18+
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) | Dedicated plan (preview) |
19+
| --- | --- | --- |---|
2020
| Web hosting ||||
2121
| GitHub integration ||||
2222
| Azure DevOps integration ||||
@@ -26,14 +26,16 @@ Azure Static Web Apps is available through two different plans, Free and Standar
2626
| Max app size | 250 MB per app | 500 MB per app | 2 GB |
2727
| Custom domains | 2 per app | 5 per app | 10 per app |
2828
| 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) |
29-
| Authentication provider integration | [Preconfigured](authentication-authorization.yml)<br>(Service defined) | [Custom registrations](authentication-custom.md) |
29+
| Authentication provider integration | [Preconfigured](authentication-authorization.yml)<br>(Service defined) | [Custom registrations](authentication-custom.md) | [Custom registrations](authentication-custom.md) |
3030
| [Assign custom roles with a function](authentication-custom.md#manage-roles) ||||
3131
| Private endpoints ||||
3232
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/app-service-static/v1_0/) | None |||
3333

3434
## Selecting a plan
3535

36-
The following scenarios can help you decide if the Standard plan best fits your needs.
36+
The following scenarios can help you decide if the Standard or Dedicated plan best fits your needs.
37+
38+
Select Standard or Dedicated when:
3739

3840
- Expected traffic volumes exceed bandwidth maximums.
3941
- The existing Azure Functions app you want to use either has triggers and bindings beyond HTTP endpoints, or can't be converted to a managed Functions app.
@@ -42,6 +44,10 @@ The following scenarios can help you decide if the Standard plan best fits your
4244
- You require formal customer support.
4345
- You require more than three [staging environments](review-publish-pull-requests.md).
4446

47+
Select the Dedicated plan when:
48+
49+
- Your application requires regional data residency.
50+
4551
See the [quotas guide](quotas.md) for limitation details.
4652

4753
## Changing plans

0 commit comments

Comments
 (0)