DEV Community

Cover image for 10 Things To Know About Azure Static Web Apps 🎉
Wassim Chegham for Microsoft Azure

Posted on • Updated on

10 Things To Know About Azure Static Web Apps 🎉

Azure Static Web Apps allows any developer to build modern web
applications that are automatically published from changes made in the git repository, and much more...

Here are 10 things to know to get started with Azure Static Web Apps!

What's Azure Static Web Apps?

What contents can be deployed to Azure Static Web Apps?

Does Azure Static Web Apps support serverless APIs?

How does Azure Static Web Apps work?

What devtools does Azure Static Web Apps support?

How about custom domain names?

How to configure an Azure Static Web Apps app?

What about local dev?

Does Azure Static Web Apps support PR changes preview?

How to secure apps with Azure Static Web Apps?

Resources!

Deploy your favorite framework

Have fun!

Feel free to reach out on Twitter at @manekinekko if you want to get started with Azure Static Web Apps. You can also follow my work at wassim.dev.

Top comments (2)

Collapse
 
christiankozalla profile image
Christian Kozalla

The experience reminds me of hosting Next.js apps on Vercel - wanna try that on Azure 👍

Collapse
 
wassimchegham profile image
Wassim Chegham

Awesome! I've included links in the article to help you deploy your Next app!