Azure Static Web Apps: The New JAMstack Platform

Azure Static Web Apps (ASWA) simplifies hosting JAMstack applications by coupling a static frontend (React, Vue, Blazor) with a serverless backend (Azure Functions) in a single resource. Announced at Build 2020, it provides a seamless GitHub Actions integration out of the box. Architecture Routing and Security Configure routing rules in `staticwebapp.config.json` (formerly `routes.json`). Key Takeaways […]

Read more →