Automation in Azure

Deploying resources and workloads at scale requires a healthy amount of automation. Automation helps to deliver consistent and repeatable results. I've tried to categorize some of the technology and provide some pointers to areas of application and pros and cons. Note: this is not an exhaustive list but tries to…

Authenticate against Ghost with cURL

To automate the pipeline of the theme I use for my blog to be built and automatically deployed it is required to interact with the Ghost API. Nothing fancy. This writeup explains how to retrieve the Bearer token through the Ghost API with cURL.…