In my previous post, Testing ARM Templates with Pester #1 – PowerShell, I showed how to test behaviours ARM template deployment without actual deployment. At the end of the post,…
Tag: Pester
Introduction Are you an experienced DevOps engineer or managing cloud resources on Azure, or about to jump into Azure resource management? While you are creating, updating or deleting resources on…
ARM template is a great tool for Azure resources deployment. However, it’s very tricky to use because: It’s a JSON object with massive number of lines, Its JSON structure is…