Azure trainings!
Infused with experience from the field, brought with lots of passion!

Logic Apps Standard: what’s in it for you?

Logic Apps Standard: what’s in it for you?

Yesterday, the new Logic Apps runtime – called Logic Apps Standard – was GA’ed.  This is a real game-changer in the Microsoft integration space.  During the private and public preview, I intensively played around with the new runtime.  In this blog...
Insufficient permissions to… while being an owner!

Insufficient permissions to… while being an owner!

Lately, I banged my head on an access rights issue.  I was automating an Azure governance through Azure CLI, which included the management group and subscription hierarchy.  My Azure DevOps service principal was owner of the root management group, because it had to...
Resolving the Azure AD Object Id with Azure CLI takes ages!

Resolving the Azure AD Object Id with Azure CLI takes ages!

Recently, I had to retrieve the Azure AD Object Id of a certain Azure AD Group.  Because my script was already intensively leveraging Azure CLI, I used the az ad group list command. My command used the –query functionality to find the appropriate Azure AD group,...
Help!  My Azure policy is not firing!

Help! My Azure policy is not firing!

Lately, I was involved in auto-provisioning a complete Azure governance setup.  The automation was done through Azure CLI, as this offered the most flexible solution for my customer.  Policy definitions were created via the az policy definition create command.  While...
Optimizing API traceability in Azure API Management

Optimizing API traceability in Azure API Management

Once your API is running in production, you realize the necessity of having end-to-end traceability of every single API call.  So, it’s better to think about it upfront.  This blog shows you an easy way to achieve this. Configure Application Insights Let’s...