all Technical posts
Control Your Azure Functions Securely Through Azure API Management
In some scenarios, you need to start/stop your Azure resources based on external events. APIs are a good way to expose this "control plane" functionality, as it allows seamless integration within your enterprise.
all Technical posts
The danger of using config.AddAzureKeyVault() in .NET Core
.NET Core provides a great way to define where your configuration is located. However, the provider for Azure Key Vault is a bit tricky and you should be cautious about potentially wrong credentials due to stale caches.
all Technical posts
Help, My Logic Apps Retries Are Not Firing!
Cloud native applications need to be designed to cope with failure. Logic Apps meets this expectation through its configurable retry mechanisms that are available on each action. However, these retries are not firing in every scenario.
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
Logic Apps connector performance (3/3) - The good
This post discusses Codit's preferred approach for connecting Logic Apps to systems that have APIs exposed.
all Technical posts
Logic Apps connector performance (2/3) - The ugly
Let's have a look at the workarounds that Microsoft proposes to overcome the throttling limits of the Logic Apps connectors.
all Technical posts
Logic Apps connector performance (1/3) - The bad
One of Logic Apps biggest selling points is the fact that the runtime is serverless, which results in a very scalable integration platform.