Azure Static Web Apps - Plan Comparison
#cloud #azure
Hi All!
Azure Static web app is a good service when we have static web apps like javacript frameworks and libraries applictions (Ex: Angular, React, Svelte, Vue, Blazor).
It also supports Python 3.10 based static web app as well as per the latest azure news.
Other advantage of it is coupled with your Azure AD. so that your code can be directly pushed to azure static web app via either Azure DevOps or Github whenever code push occurs.
At the time of azure static web app creation, it asks for deployment source as any one of the below. Based on the selection, it allows you to select the organization, project and repositories from the source.
- Azure DevOps - Azure AD connected Devops organizations will be listed out
- Github
- Other - For ex: If you want to deploy code from other organization.
Below table will be helpful to choose the best pricing plan for your workload.
Plan/Feature | Free | Standard |
---|---|---|
Purpose | For Hobby and personal Projects | For general purpose production apps |
Price | Free | 9.00 USD/per app/month |
Included bandwidth | 100GB per subscription | 100GB per subscription |
Bandwidth overage | Free | 0.20 USD per GB per subscription |
Custom domains | 2 per app | 5 per app |
SSL certificates | Free | Free |
Custom authentication | X | ✓ |
Private endpoints | X | ✓ |
Max app size | 250MB | 500MB |
Staging environments | 3 | 10 |
Azure Functions | Managed | Managed or Bring your own |
Enterprise-grade edge | X | 17.52 USD/per app/month |
Below image is an example when you choose Azure Devops as source.
Thanks for sharing this information. Can we enable Google Adsense for this?
ReplyDelete