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
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,37 @@ services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.service: static-web-apps
7
7
ms.topic: overview
8
-
ms.date: 10/05/2021
8
+
ms.date: 05/07/2024
9
9
ms.author: cshoe
10
10
---
11
11
12
12
# Azure Static Web Apps hosting plans
13
13
14
-
Azure Static Web Apps is available through two different plans, Freeand 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.
15
15
16
16
## Features
17
17
18
-
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) |
| 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)|
- 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