Azure Static Web Apps (SWA) has exited preview. It is the best way to host SPAs (React, Vue, Blazor) on Azure.
Key Features
- Global Distribution: Content is served from the Edge, like a CDN.
- Integrated API: You can host an Azure Functions backend in the same repo (`/api`).
- Auth: Built-in support for GitHub, Twitter, and Azure AD authentication.
# github/workflows/azure-static-web-apps.yml
app_location: "/"
api_location: "api"
output_location: "build"
This zero-config CI/CD pipeline is automatically generated when you connect the resource to GitHub.
Discover more from C4: Container, Code, Cloud & Context
Subscribe to get the latest posts sent to your email.