The arm-deploy GitHub Action was recently released by Microsoft (https://github.com/marketplace/actions/arm-action). This action supports ARM Template deployments using GitHub Actions (surprise! and yay!). I decided to spend some time playing around with this and no disappointments…
GitHub Actions
A collection of 3 posts
Working with Pull Requests, Status Checks, ARM Templates and GitHub Actions

Recently I've been using GitHub Actions more frequently and to follow up on my previous post, I thought I'd share my findings on deploying ARM templates. In more production-like scenarios, we're not just pushing to master and have an action…
Running the Azure Resource Manager Template Toolkit on GitHub Actions
I recently decided I wanted to learn more about GitHub actions. After reading some documentation I thought it'd be a good idea to have a project/goal to work with when going through the learning materials. After going through the…