Deploy Azure Firewall and rules for AVD with Terraform

Deploy Azure Firewall and rules for AVD with Terraform

Hello and welcome to another blogpost about AVD in combination with Terraform. In this blogpost I’m gonna deploy an Azure Firewall with Terraform and apply the networking rules for AVD. First of all we need a vnet for the AVD session hosts. I prefer to create a vnet for AVD and create multiple subnets per…

Deploy an Azure Bastion into an existing Hub-Spoke network with Terraform

Deploy an Azure Bastion into an existing Hub-Spoke network with Terraform

Because security is very important, Microsoft developed a PaaS Service “Azure Bastion” to connect secure to your virtual machines over port 22 and port 3389. With this solution your virtual machines don’t need a public ip address anymore. In this blogpost I’ll show you how to deploy an Azure Bastion into an already existing Hub-Spoke…