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

My first findings on the Azure Key Vault connector

On Twitter, there was some noise about a new Logic Apps connector for Azure Key Vault.  As I love both of these Azure services, I was tempted to give it a try.  You can read here my first impressions. Operations The available operations are quite impressive.  I...

A first look at the Logic Apps mocking feature

Today, I discovered ‘by accident’ a brand new Logic Apps feature.  It’s the long-awaited mocking functionality, which is currently in preview.  Let’s give it a first try! Exploring the feature On every action, there’s now the option...

Design considerations for webhooks

When you need to design a webhook infrastructure yourself, there are some considerations you need to make.  This blog post discusses the most important ones. Event Names Make sure you have consistent, clear and descriptive event names.  This helps in adoption of your...

Responsibilities of webhook publishers

In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities.  This blog post touches upon the responsibilities of the webhook publisher. Reliability As a webhook publisher, you cannot...

Responsibilities of webhook consumers

In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities.  This blog post touches upon the responsibilities of the webhook consumer. Availability As a webhook consumer, one of the most...