
How to deploy new azure vm through ARM templates
Please make ready below 2 template.json file and parameters.json file. after that logn to azure powershell and give below command to create VM. Powershell command: New-AzureRmResourceGroupDeployment -Name testdeployment -ResourceGroupName RGtest1...