Static Web Apps

Streamlined full-stack development from source code to global high availability.

Overview

Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a code repository. When you create an Azure Static Web Apps resource, Azure interacts directly with GitHub or Azure DevOps to monitor a branch of your choice. Every time you push commits or accept pull requests into the watched branch, a build automatically runs and your app and API is deployed to Azure.

Key Resources

Homepage: https://learn.microsoft.com/azure/static-web-apps/
Pricing: https://azure.microsoft.com/pricing/details/app-service/static/
SLA: https://azure.microsoft.com/support/legal/sla/app-service-static/
Newsfeed: RSS

News

Date News
8/15/2023
Note: This is the second article on the topic of integrating Static Web Apps with resources bound to a virtual network. See the first article for more context: Integrating network isolated...
7/25/2023
  Welcome to this month’s newsletter. We round up the latest news, product announcements, content and community highlights – in one compact post.   View the newsletter archives:...
5/23/2023
You can now link your backend APIs to your Static Web Apps applications for seamless routing and integrated security.
5/18/2023
This has been an incredible year for app innovation, with new solutions, new plans, and new capabilities from Azure to help you rapidly build, deploy, and secure apps at scale. It is a lot to...
4/26/2023
Web APIs have experienced an exponential increase in popularity and usage in the past few years. APIs exist at the intersection of business, products, and technologies and have transformed the...
4/17/2023
Azure Resource Graph   Azure Resource Graph is an Azure service designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query...
4/14/2023
We are excited to announce the release of 3 Azure Extensions to vscode.dev! These extensions are Azure Static Web Apps, Azure Container Apps, and Azure Resource Groups.   vscode.dev is a...
4/14/2023
We are excited to announce the release of 3 Azure Extensions to vscode.dev! These extensions are Azure Static Web Apps, Azure Container Apps, and Azure Resource Groups.   vscode.dev is a...
4/12/2023
You can now build Static Web Apps applications using Python 3.10
3/25/2023
Evan and Sujit talk to Ricardo Villarreal about the new ability to built network-aware applications in Azure. APC provides a unified abstraction layer for accessing network APIs—such as edge...
3/23/2023
Today, many web applications depend on custom API backends to have access to databases. This approach allows you to have full flexibility over your database calls but building out such a backend...
3/16/2023
You can view the full series of GraphQL on Azure articles on my website.   In the last post I introduced you to a new project we've been working on, Data API builder for Azure Databases (DAB) and...
3/15/2023
You can now make REST or GraphQL requests to a built-in `/data-api` endpoint to retrieve and modify contents of a connected database, without having to write backend code.
3/15/2023
You can now add an APEX custom domain to your Static Web Apps with A Records
3/15/2023
Databases are a critical component of modern web applications. In fact, database access is one of the most common uses for serverless functions. However, implementing backend services to handle...
2/15/2023
Azure Static Web Apps now supports building and deploying full-stack Python 3.10 applications.
1/25/2023
  Azure Static Web Apps allows you to easily host your web apps globally, with built-in support for APIs, staging environments and more. With the introduction of the API integration feature for...
12/14/2022
You can now access guided troubleshooting information related to specific issues detected within your Azure Static Web Apps service configuration.
11/28/2022
I think most practitioners can agree that making the jump from ad-hoc code deployments to a continuous integration (CI/CD) deployment model can seem complex.  There are so many things that you...
11/13/2022
Azure Networking Engineering Manager Abhishek Tiwari joins us once again, this time to talk about all of the work his team has done to add L7 and DDOS protection at the Edge and the enhancements...