Building a new PowerShell module from scratch

Building a new PowerShell module from scratch

Use tools like PSModuleDevelopment and Telemetryhelper to quickly create a PowerShell module which has build in tests, CI/CD and Telemetry. Read on how I created a module to query Google Maps, Bing Maps and Open Street Maps which stores telemetry in Azure Application Insights. Get your PowerShell module in the PowerShellGallery (PSGallery) in a couple of hours!

Read More

Automatically create an azure authorization matrix

Automatically create an azure authorization matrix

Maintaining who has permission to which part of Azure is an ongoing battle for OPS teams. Especially in environments where permissions change a lot. In this blogpost I will show a new powershell module and how you can use it to automate the creation of a authorization matrix.

Read More

Parallel processing in Azure logic apps

Parallel processing in Azure logic apps

Azure logic apps can be used to automate things without writing code, but because a lot of stuff happens under the hood your workflow might corrupt your data. By looking at the different ways you can handle parallel processing of data in logic apps you can prevent this data to be corrupted and maybe in the meantime increase the runtime of your apps!

Read More