DEV Community

Cover image for Everything you need to know to deploy an Azure Static Web App
Yönet for Microsoft Azure

Posted on • Updated on

Everything you need to know to deploy an Azure Static Web App

With Azure Static Web Apps you can host your serverless web app, continiously deploy with Github actions and easily integrate with your Azure APIs or add your custom authentications and domains.

Sounds too good to be true? Well I would think so if I didn't get to deploy and set up automations with Github Actions, without needing to know anything about actions, in minutes.

You can read more about the key Azure Static Web App features or dive right into it. Seeing is believing, so here are all the things that you can get started with depending on your preference:

Tutorials

AI Show Live

  • Azure Learn Modules covering everything from Angular, React, Svelte, Vue, Gatsby and plain old JavaScript to publishing a Blazor WebAssembly app and .NET API
  • Tutorials for working with static site generators to working with databases.

How to Guides

Azure Static Web Apps Tips & Tricks Playlist

Code Samples

PoseDance: A TikTok Trainer App

AI Show Live

Let us know in the comments what you think and what you would like to see as a tutorial, code sample or a video about Azure Static Web Apps.

#git

Software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.

#webdev

Because the internet...

#staticwebapps

Azure Static Web Apps (SWA) is a service that automatically builds and deploys full stack web apps to the Azure Cloud - directly from the code repository. With SWA, static assets are separated from traditional web servers, and served from geographically distributed content servers worldwide for speed and efficiency. API endpoints are hosted using a serverless architecture that is cost-efficient and scalable on-demand.

Top comments (0)