See all tags.

Articles tagged “azure”

You should probably just use AWS. Or Azure.
published on Nov 25, 2022

The cloud marketing spend gazillions of dollars to lure teams to 'migrate to the cloud'. AWS is the default. A contrarian opinion arguing against the cloud then naturally generates lots of waves. But, does it make sense to be a cloud contrarian?

How to publish a static website to Azure Static Web Apps
published on Jul 03, 2022

With a statically-built website, you have a variety of options when it comes to hosting. You can self-host on your own VPS or use Netlify, Cloudflare... the world is your oyster. On Azure, you can try Azure Static Web Apps. Let's see how it works!

How to set up automated deployment of a Linux function app on Azure Functions Consumption plan
published on Jun 08, 2022

Azure Functions is a serverless platform, and so you should not worry about servers when deploying your code there. That means having an automated deployment pipeline, doesn't it? Things get a little hairy when you use the Consumption plan on Linux, and it took me a while to get it right. Here is what I learned.