Blogging about my adventures, straight from the Azure trenches. Sharing is caring!

Looking back at INTEGRATE 2022

Looking back at INTEGRATE 2022

Last week, I attended the INTEGRATE conference.  Unlike other years, there were no real big announcements.  However, I would like to share my main take-aways from the conference: Logic Apps Standard is the way forward The product team is really betting on the new and...

Subscribe to the blog

Latest Posts

Navigate directly to the Logic Apps run details

Last week, there was the #IntegrationAMA, where we got to chance to ask our questions to the product teams of the Azure Integration Services.  I used this as an opportunity to remind the product teams of several feature requests.  One of these requests was the ability...

Delete blobs in Azure Data Factory by leveraging MSI

Recently, I used Azure Data Factory again to build a big data ingestion pipeline.  The input data came from different sources, but needed to end up eventually in Azure Blob Storage.  Everything went pretty smooth and I had my data in the desired format, inside the...

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...