all Technical posts
First day of Integrate 2018! THE yearly conference for Microsoft integration. This is the day 1 recap of the sessions presented at Integrate 2018 with the views and opinions of the Codit staff.
all Technical posts
Edit and Resubmit Messages in Logic Apps
What to do if a message is invalid? The default answer is mostly to make corrections at the source system and resend the messages. But… What if the source system cannot resend those messages in the right format? What if the source is a very important customer of yours and we're dealing with just-in-time orders? In some scenarios, you need to keep the business running and you need to solve the issue asap on your integration layer. This is where edit - resubmit functionality plays a key role: correct the invalid message and reinject it into your integration engine.
all Technical posts
Using Azure Serverless to Become GDPR Compliant
GDPR mandates that you make data available to users on their request. In this post I show you how you can use Azure Serverless to achieve this with very little effort.
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
How to Debug Through External Code ?
This article will guide you through the process of exposing the debug-information for your project using a symbol server on VSTS with private build agents.We'll focus on exposing the symbols using IIS while pointing out some caveats along the way.
all Technical posts
Changes to OpenAPI Interpretation in Azure API Management
Azure API Management released a new version that changes the OpenAPI interpretation. This article dives into the potential impact on of the consumer experience of your APIs.
all Technical posts
Connecting to On-premise HTTP Endpoints from Logic Apps
Calling on-premise hosted web services from Logic Apps is super easy now. Use the on-premise data gateway and custom connector to meet this integration.