Skip to content

Commit 2edacff

Browse files
authored
Merge pull request #273258 from craigshoemaker/swa/dedicated
[Static Web Apps] Update: Add dedicated plan
2 parents 276425b + e0407a6 commit 2edacff

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

articles/static-web-apps/plans.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,37 @@ 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: 05/07/2024
99
ms.author: cshoe
1010
---
1111

1212
# Azure Static Web Apps hosting plans
1313

14-
Azure Static Web Apps is available through two different plans, Free and Standard. See the [pricing page for Standard plan costs](https://azure.microsoft.com/pricing/details/app-service/static/).
14+
Azure Static Web Apps is available through three different plans, Free, Standard, and Dedicated (preview). See the [pricing page for Standard plan costs](https://azure.microsoft.com/pricing/details/app-service/static/), and Dedicated is free while in preview.
1515

1616
## Features
1717

18-
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) |
19-
| --- | --- | --- |
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) |
29-
| 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 ||
18+
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) | Dedicated plan (preview) |
19+
| --- | --- | --- |---|
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 | 2 GB |
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) |
29+
| Authentication provider integration | [Preconfigured](authentication-authorization.yml)<br>(Service defined) | [Custom registrations](authentication-custom.md) | [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 |||
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)