all Technical posts
Sentinet 4.0 has been released
Good news everyone! The Nevatech team have just released a major new version of their SOA and API Management solution, Sentinet 4.0. This release comes up with many improvements, performance enhancements and fixes. You can find all the details in the release notes, but here I want to have a look at what we consider to be the coolest new features in this release.
all Technical posts
How to use the Azure Scheduler in a BizTalk Scenario
In this blog post I will show you how to create a scheduling job in Windows Azure Scheduler. I will also talk about some scenarios where you can use the Azure Scheduler in Hybrid setup with BizTalk.
all Technical posts
Azure Stream Analytics, scenarios and introduction
Azure Stream Analytics is a very interesting service on the Azure platform that allows developers and data analysts to get interesting information or events out of a stream of incoming events. The service is part of the typical IoT value chain and is positioned in the transformation part. This post describes how to get started.
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
Oracle PL/SQL scripts with BizTalk Deployment Framework
Often the deployment of BizTalk solutions consists of more than deploying just BizTalk Applications. For example, when Oracle databases are involved it might be necessary to create and fill new tables and deploy new stored procedures and/or packages. In our daily practice most of the times the Oracle DBAs perform these deployments. But by incorporating these tasks into your BTDF-project, less coordination with other teams is necessary, and the quality of the deployment is improved.
all Technical posts
Automatically expire messages in Azure Service Bus & how it works
Automatically expiring messages in Service Bus is a nice feature but you have to be aware that it does not "automatically" move expired messages to the dead-letter queue. In some scenarios this can cause reliability loss.
all Technical posts
Securing Azure Service Bus relay endpoints with Shared Access Signatures
This post describes how you can secure specific azure service bus relay endpoints with Shared Access Signatures and move away from the ACS sharedsecret credentials.