Azure Static Web Apps
-
Hugo on Azure Static Web Apps
May 25, 2020 -
2 min read -
Azure Static Web Apps
Since Azure now has a free service for hosting static web apps (Azure Static Web Apps), I decided to move my Hugo blog to this service. The move to Azure Static Web Apps was quite easy. I mostly followed the tutorial, found two issues and fixed the documentation .
-
Comparing Azure Static Web Apps and Azure CDN/Storage
May 23, 2020 -
4 min read -
Azure Static Web Apps
Azure CDN
Azure Storage
Recently Microsoft announced a new Azure service: Static Web Apps. This is a competitor service to Netlify, but it also might replace traditional static site hosting with Azure CDN and Azure Storage. But let’s begin with: What is Azure Static Web Apps? Azure Static Web Apps is a service that automatically builds and deploys full-stack web apps to Azure from a GitHub repository. As this quote says, the service is not only for static sites, but also for static web apps.