What's Going On In Deploy-AzureResourceGroup? - Part Zero
Hello! When creating Azure Resource Group projects, a PowerShell file is added to the project. The intended use of this file is to be used to deploy the Resource Group both locally and in a pipeline. This file is called Deploy-AzureResourceGroup. But at over 200 lines long, there seems to be quite a lot going on. And what exactly is going on? In short, it’s a helpful file, but tries to be all things to all people, with very little documentation.