IT:AD:Azure:PowerShell:Resource Group Deployment:Test (Test-AzureRmResourceGroupDeployment)
- See also:
Summary
You can test the validity of a resource script before deployment so that it doesn't fail/hang half way through.
Process
Test-AzureRmResourceGroupDeployment -ResourceGroupName ExampleResourceGroup -TemplateFile <PathToTemplate>