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

Authenticate Azure DevOps against its own REST API

During Azure DevOps build and release pipelines, you might have the need to consult the Azure DevOps REST API.  This blog explains how you can easily perform the authentication that is required to call that REST API. Enable OAuth Authentication First of all, you need...

Extend Logic Apps with Azure API Apps

One way to extend Logic Apps beyond the out-of-the-box available functionality is by developing a custom Azure API App.  This blog contains a brief overview of the most important aspects when developing Azure API Apps to extend Logic Apps:  important notes, useful...

Issue while migrating EDI from BizTalk to Logic Apps

I was working recently on a prototype to migrate AS2 and EDI flows from BizTalk to Logic Apps.  Thanks to the Integration Account, we are able to reuse the BizTalk EDI schemas and related maps in Logic Apps.  However, when trying to process the first EDI message, I...

Key Vault deployment removes access policies

Azure Key Vault is one of those services that must be included in every Azure solution.  Having the devops and infrastructure-as-code principles in mind, Key Vault must be automatically provisioned during releases.  This is where Key Vault comes with a caveat, of...