See all tags.
Articles tagged “azure”
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?
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!
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.