Deploy Azure VM using JSON template and PowerShell

Azure Resource Manager templates are JavaScript Object Notation (JSON) files that define the infrastructure and configuration for your resources. In this case a virtual machine. Steps in brief Get the virtual machine template files from a known good deployment within Azure portal Edit the parameters.json file Run the deployment in PowerShell Get the template files … Continue reading Deploy Azure VM using JSON template and PowerShell