Tutorial on How to Use Service Bus EAI Bridges to do a SQL Azure Lookup

This post is in continuation to the blog post yesterday announcing a sample on how to do a SQL Azure lookup using Service Bus EAI Bridges.

In this post, I present to you an end-to-end tutorial (as detailed as it could get) on how to create your own Service Bus EAI application to perform a SQL Azure Lookup. In other words, lets just say, that I wrote the sample I mentioned earlier using the set of steps that I have documented in this tutorial:

Here’s a link to the tutorial: https://msdn.microsoft.com/en-us/library/windowsazure/jj136830.aspx

This tutorial is based around a business scenario involving two organizations in the Healthcare industry. Northwind Traders is a healthcare service provider that handles medical insurance claims for an insurance provider, Humongous Insurance. Northwind sends insurance claims as flat file messages to Humongous Insurance. Humongous Insurance processes these claims and stores them in an in-house using an on-premise SQL Server database. Humongous Insurance wants to deploy this business process as an application on Windows Azure. Humongous Insurance decides to use the integration capabilities in the April 2012 release of Windows Azure Service Bus EAI and EDI Labs to deploy this application on the cloud.

Apart from demonstrating the SQL Azure lookup capability of the EAI bridges, the tutorial also describes how to use the following features of the EAI bridge:

I encourage you to go ahead and run the tutorial to build your own application. If you just want to see how this feature works without going into the concepts and the details, you have the sample here.