The arm-deploy GitHub Action was recently released by Microsoft ( https://github.com/marketplace/actions/arm-action [https://github.com/marketplace/actions/deploy-azure-resource-manager-arm-template] ). This action supports ARM Template deployments using GitHub Actions (surprise! and yay!). I decided to spend some time playing…
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 [https://www.wesleyhaakman.org/running-arm-ttk-on-github-actions/], I thought I'd share my findings on deploying ARM templates. In more production-like scenarios, we're not just pushing to…
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…