Setting up demos in Azure - Part 2: GitHub Actions

Building on the work from the previous post, in this one we make use of GitHub Actions to setup workflows for easy setup and tear down of a demo environment in Azure.

March 14, 2021 · 8 min · 1535 words · João Antunes

Setting up demos in Azure - Part 1: ARM templates

As I’m preparing some demos using Azure services, wanted to have things in place so I can easily setup the whole environment. In this first part, we look at using Azure Resource Manager (ARM) templates to get all those services up and running.

March 7, 2021 · 15 min · 3012 words · João Antunes