all Technical posts
Making the Secret Store More Powerful in Arcus Security v1.4
With this new version of Arcus.Security v1.4, the secret store has a ton of new updates. In this post we'll run over some of the major ones, but keep in mind this post will not contain all the new changes, so for more information see the release notes of this new version.
all Technical posts
Deployment Issues with Logic Apps Custom Connector
A Logic Apps Custom Connector allows you to register a custom HTTP endpoint with operations that will be exposed within Azure Logic Apps. In this article we're going to find out how to connect to on-premises SOAP services without having to use xml from within Azure Logic Apps.
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
Integrating Arcus API Security Filters within F# Giraffe Function Pipelines
Arcus already has several API security filters to tighten access for the available endpoints. But all these filters are created with the standard OOP MVC mindset. Let's have a look at how we can change that into a functional mindset.
all Technical posts
Make Integration Testing a Breeze with API Mocking
Integration testing is a must if you want stable software. However, it's difficult to get your integration tests to call the real dependencies, especially when it comes to load tests. That's where API mocking can help. This article will explain you how to do that with maximizing the power of Azure!
all Technical posts
How to Configure Loopback Services at Azure API Management
Wondering how to configure your Azure API Management to have loopback calls for your service catalog? In this post, we share how we did it.