Using GitHub and Terraform to deploy Azure resources - Part 6
Intro I have now come to the part where I will start deploying AVD resources in my Azure environment. I am going to split the resources up into three parts. This first part will be the “backend,” meaning AVD workspace, host pool, and application groups. The next part will be on RBAC roles and security groups, and the last part will be on the session hosts.
Azure virtual desktop hostpool First, I will create a host pool for AVD as a container for the session hosts.
5 minutes to read
Martin Therkelsen