Azure Storage Static Website vs Azure Static Web Apps

Azure first came up with static websites in storage then released Azure Static Web App Service.

Azure Static Web Apps

  • Integrated with GitHub actions - deployed as soon as code is checked in.
  • Custom domains names with free SSL cert
  • Supports Azure Functions
  • Built in security policies

Azure Storage Website

  • Cheap
  • Use CDN for custom domain names and SSL

I've used Azure Storage website for :

  • hosting static pages generated by DocFX. You don't really need a vanity domain for an internal document site.
  • Click-once deployment packages for desktop applications

Comments

Popular posts from this blog

Offline Apps Patterns and Tools

Private Cloud Platforms

Application Delivery in the cloud