Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Azure Static Web Apps

Azure Static Web Apps

Azure Static Web Apps provide the perfect foundation to host static web apps like Angular, Svelte, Blazor, React, and View, as well as static content like HTML/CSS files, images, or data files like Json and XML.

The big feature of all comparable alternatives is that Azure Functions can also be executed within an Azure Static Web App and used by the static application.

This is particularly useful in order to no longer keep environment settings static in the app code, but to load them dynamically from the Azure environment settings and thus implement a true, value-added DevOps process.

But also all other backend code than just configurations can be executed with this!

Benjamin Abt

July 31, 2021
Tweet

More Decks by Benjamin Abt

Other Decks in Programming

Transcript

  1. Azure Static Web Apps Designed for static (Frontend) Web Apps

    like React, Angular, Svelte or Blazor Replaces the workaround with Azure Storage / Azure CDN to host static files
  2. Azure Static Web Apps Can also be used for just

    static files like JavaScript, Data (XML, Json..), Images
  3. Azure Static Web Apps Supports also Backend-Capabilities via Serverless Azure

    Functions! e.g. to deliver dynamic SPA/PWA configs Repository CI/CD Azure User Static Web App Static Files Azure Functions