Browsed by
Month: August 2025

GitHub Hosted Private Runners on Azure: My Terraform Module

GitHub Hosted Private Runners on Azure: My Terraform Module

GitHub’s hosted runners are great until you need them to access private Azure resources and on premise resources. The typical solution involves opening firewall ports on select resources, adding IP allow lists, making resources completely public, which nobody likes doing. GitHub Enterprise offers private networking for hosted runners. The runners deploy directly into your Azure VNet with their own network interface card. They can access everything in that network just like any other VM. The Problem We’re Solving When you…

Read More Read More