Getting started with GitHub Actions and Bicep - Part 4
In this part of the blog series, I want to create the VPN connection from Azure to my on-premises lab environment.
As I did in the last part, I will create a new branch in Github for my work. I am doing this to ensure that my main branch is always running without errors. I will call this new branch for “VPN”.
The first step is to create the template file for the Virtual Network Gateway in Azure.
6 minutes to read
Martin Therkelsen