Azure Resource Manager (ARM) template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for the resources in Azure. There are several ways to find the template for the resources. I usually go to the following places: Microsoft Docs Azure Template References Azure { Read More }
How to join a VM to a domain by PowerShell in Azure
I have a script to automate the server provisioning with VMWare on-premises. It`s tied to a WPF form and used Invoke-VMScript (VMWare PowerCLI) to handle the domain join function. You can check the post How to change IP and join a VM into domain by PowerCLI in VMware. I don't see many people used { Read More }