Add a test-AzureRMResourceGroupDeployment step
We have a robust step to do ARM deployments in Azure. We are just missing the a similar step to test the template deployment. Currently we have an ugly 2 step workaround - deploy the package to the server and run azure powershell to run this command using SPN (password as a var :( ).
It would be great to have a replica of the actual deployment step to Azure resource group - but with one command changed (test).
1
vote
