You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/plans.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.service: static-web-apps
7
7
ms.topic: overview
8
-
ms.date: 04/24/2024
8
+
ms.date: 05/07/2024
9
9
ms.author: cshoe
10
10
---
11
11
@@ -15,8 +15,8 @@ Azure Static Web Apps is available through two different plans, Free and Standar
15
15
16
16
## Features
17
17
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
+
| --- | --- | --- |---|
20
20
| Web hosting | ✔ | ✔ | ✔ |
21
21
| GitHub integration | ✔ | ✔ | ✔ |
22
22
| Azure DevOps integration | ✔ | ✔ | ✔ |
@@ -26,14 +26,16 @@ Azure Static Web Apps is available through two different plans, Free and Standar
26
26
| Max app size | 250 MB per app | 500 MB per app | 2 GB |
27
27
| Custom domains | 2 per app | 5 per app | 10 per app |
28
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)|
- 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
42
44
- You require formal customer support.
43
45
- You require more than three [staging environments](review-publish-pull-requests.md).
44
46
47
+
Select the Dedicated plan when:
48
+
49
+
- Your application requires regional data residency.
50
+
45
51
See the [quotas guide](quotas.md) for limitation details.
0 commit comments