Getting started with Azure and Terraform - Part 1

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 anyone reading this has some pointers to do it better or easier, please do reach out to me.
3 minutes to read
Martin Therkelsen
Read article

Using Azure DSC to configure a new Active Directory Domain

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 will show here. It is also possible to install Windows Roles and Feature and create your own resources to install and configure software. If you want to read more about Azure DSC, you can go here: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview  If you want to know more about DSC in general, you can read about it here: https://docs.microsoft.com/en-us/powershell/scripting/dsc/getting-started/wingettingstarted?view=powershell-7.1

6 minutes to read
Martin Therkelsen
Read article