How to Configure Azure AADDS using Terraform in your Azure Subscription
Deploying Azure Active Directory Domain Services (AADDS) using Terraform Azure AD Domain Services (AADDS) is a great service that allow you to deploy a managed domain in your Azure subscription. One of the great things is that you don’t need to deploy Virtual Machines in order to install the ADDS role. It means that you also don’t need to manage the AADDS servers, and you don’t need to patch the domain controllers. Here we will deploy AADDS through Terraform and we will create 1. Resource group 2. VNET 3. Subnet inside a VNET 4. NSG and will associate NSG with Subnet 5. And last AADDS. Hence lets start if new to Terraform refer this blog https://terraformwithkushagra.blogspot.com/2020/04/how-to-create-resource-in-azure-using.html Create a Folder Named AADDS in side C:\drive create another directory aadds-arm-master copy template.json file in this directory ~~Start of template.json f...