Bicep modules with PSRule – Testing, documentation, CI Pipeline & examples
Testing your Bicep modules with PSRule is a great way to identify that your code is meeting Azure best practice. But how do you actually test your Bicep modules with PSRule properly? How can you structure your Git repository? How can I configure PSRule to test the modules? Can I document what the modules do, …