Notice: Function WP_Scripts::add was called incorrectly. The script with the handle "markdown-renderer" was enqueued with dependencies that are not registered: mermaid-js, prism-core. Please see Debugging in WordPress for more information. (This message was added in version 6.9.1.) in /home/dataadl/www/wp-includes/functions.php on line 6131

Azure Static Web Apps: Now General Availability

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.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.