The Ops Community βš™οΈ

Wassim Chegham
Wassim Chegham

Posted on • Originally published at dev.to on

Azure Static Web Apps CLI is now GA πŸš€

Azure Static Web Apps CLI is now GA

What is Azure Static Web Apps?

Azure Static Web Apps is a service that's perfect for your full stack as well as static application projects. Yes, you heard that correctly. Regardless if you are dealing with:

  • A static resume site with vanilla HTML, CSS and JavaScript
  • SPA application with Angular, React, Vue, etc.
  • Static site generator like Gatsby, etc.

Azure Static Web Apps is there for you and enables you to deploy your files to Azure. In order words, Azure Static Web Apps if perfect choice if you are looking for:

  • FREE Web hosting for static content like HTML, CSS, JavaScript, and images.
  • Integrated API support provided by Azure Functions with the option to link an existing Azure Functions app using a standard account.
  • First-class GitHub and Azure DevOps integration where repository changes trigger builds and deployments.
  • Globally distributed static content, putting content closer to your users.
  • Free SSL certificates, which are automatically renewed.
  • Custom domains to provide branded customizations to your app.
  • Seamless security model with a reverse-proxy when calling APIs, which requires no CORS configuration.
  • Authentication provider integrations with Azure Active Directory, GitHub, and Twitter.
  • Customizable authorization role definition and assignments.
  • Back-end routing rules enabling full control over the content and routes you serve.
  • Generated staging versions powered by pull requests enabling preview versions of your site before publishing.

What is Azure Static Web Apps CLI?

It's a CLI you run from your local dev machine. With it, you can do a lot of things like the below:

  • Work on your JAMstack app locally
  • Built-in framework detection
  • Serverless support
  • Authentication & Authorization
  • Login to Azure
  • Deploy & Ship from the CLI

Check it the documentation website πŸ‘


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 (0)