DEV Community

ARM Template deployment, the what-if option for your Azure Deployments

Olivier Miossec on June 14, 2020

Abstract In this post, I will show you how to use the new what-if option in the PowerShell cmdlet and how to use it in an Azure DevOps t...
Collapse
 
mertsenel profile image
MertSenel • Edited

Great post! I'm planning to do a lab myself that runs the what if result cmdlet but observe the results in pester tests so, I can publish results in unit test format. This cmdlet really added a good tool to the TDD toolkit for IaC with ARM templates.

Collapse
 
omiossec profile image
Olivier Miossec

Great Idea, you can also transform the result int nunit format

Collapse
 
devopsnest profile image
jobinjosem

I was wondering if there is a way to add the results of what-if operation as a comment to the Github Pull request instead of creating a task in the Board?