all Technical posts
Consuming Webhooks with Logic Apps
This blog post shows an example of how Logic Apps can be used to react to webhook events.
all Technical posts
Accepting Azure Event Grid events with Azure API Management
Azure API Management & Azure Event Grid are a great combination, but it needs some setup. I've contributed an API Management policy to get you started!
all Technical posts
Reusable Integration Test Building Blocks with F# FScenario and C# Interop
How to make your integration test reliable, correct and more fun to write.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
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.
all Technical posts
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
all Technical posts
Logic Apps Event Grid Trigger Not Firing
Event Grid allows to build reactive applications, based on out-of-the-box events from within the Azure ecosystem. Logic Apps has native support for Event Grid, but lately I've encountered an issue that I want to share with you.