all Technical posts
Retrieving data from an SQL database in Azure Data Explorer
Azure Data Explorer is a powerful platform for when you are working with timeseries data such as sensor measurements and logs. Yet it is not designed to store relational data or act as an OLTP database. There can be situations where you want to combine relational data with the timeseries data stored in Azure Data Explorer. This post briefly explains how this can be done.
all Technical posts
Catering for Azure Cosmos DB Optimistic Concurrency
Optimistic concurrency control (OCC) is a form of concurrency control that allows multiple database transactions to occur without conflicting with each other. This blog will explore how to implement OCC for Azure Cosmos DB, when making data transactions from a C# code.
all Technical posts
YAML Pipeline Templates for iPaaS Solutions
YAML pipelines are great for deploying Azure-based iPaaS solutions. They provide configuration-as-code and support the creation of pipeline templates. However, as the number of integrations grows, the complexity of pipelines increases. This sets the need for a scalable pipeline design that provides a uniform development experience and minimizes configuration effort. This post explores such a design.
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
Taking messaging to the next level with Arcus Messaging v1.0
Arcus Messaging v1.0 release is the biggest one yet, providing more ways to authenticate and many other improvements.
all Technical posts
The power of the Arcus secret store
A question we get a lot, is what added-value the Arcus secret store provides. 'Why not use the Azure Key Vault SDK directly?' In this post we'll take a look at the true power of the Arcus secret store so you understand why you should use the Arcus secret store in your next project.
all Technical posts
How to Handle Azure API Management Validation Policies
Developers can use validation policies to validate API requests and responses against their OpenAPI spec directly in APIM. This way, you can avoid calling your backend with incorrect data. This blog describes how to add the validation policies to your APIM policies and how to handle the exceptions.