In this part of the series, I want to create the Azure vNet and subnets for my Azure environment. I will be creating a hub/spoke topology where the hub will be connected to my on-premises environment later in this series. To get started with networking, I read through the modules and providers that Terraform provides....Read More
In this part of the series, I want to start creating my resource groups with Terraform. There are more ways to do this, but since I have been working with automation a bit, I know I want to start with a list of resource group names and make a loop through these.
The first step is to create a list of resource group...Read More
In this series, I want to go through deploying a complete infrastructure in Azure using Terraform. My goal is to create a virtual network, network security groups, VPN to on-premises, a couple of virtual machines with Citrix Cloud connector installed on them. I am learning this myself as I go through this series, so if...Read More
In this article, I want to show you how easy it is to create a new Active Directory domain for demo environments. If you want something for production, there are some additional steps to take, but I won’t cover that here.
You can use Azure DSC for many configurations, like setting up a domain controller, as I...Read More
In this post, I want to provide an overview of Citrix’s enhancements to their Virtual Apps and Desktops Cloud service (CVADS) through 2020 that I feel is significant.
Citrix introduced vertical load balancing in January, meaning that each Virtual Apps VM will be filled to max load before the next VM is used. This...Read More
If you have ever worked with Azure DevOps and Azure PowerShell, you most likely also banged your head into the wall trying to get the release pipeline to use the latest version. I have run into this a few times myself, and this time around, I choose to stick with it until I found a solution, and I did. Most times, the...Read More