/images/powershellducttape.png

Quickly making high quality PowerShell modules using Sampler

Have you ever spent time looking for the best way to set up your new PowerShell module?
Setting up proper folder structures, best way to load your functions, writing Pester tests and build pipelines.
Trying to follow all best practices can take a long time before you actually write your first line of actual code…

Azure Policy Management Done Right

Managing Azure Policy at scale is one of those challenges that seems simple until you actually try to do it. Sure, you can click around the portal and manually create policies and assignments, but what happens when you have dozens of subscriptions, hundreds of policies, and multiple teams all trying to manage governance? You end up with a mess.

Enter the Enterprise Policy As Code (EPAC) framework - a PowerShell-based solution that promises to bring order to the chaos of Azure Policy management.

Policy Based Alerting - Why It's Awesome

Have you ever wondered if you’ve configured all your monitoring and alerting correctly?
Perhaps you’re worrying if you’ve enabled monitoring and alerting for all your resources?

If only there was a way to make sure that all your Azure resources are configured according to best practices and to receive the correct alerts.