Exposing WCF Services to Windows Azure Service Bus
The ability to expose BizTalk endpoints to Windows Azure Service Bus was introduced in BizTalk Server 2010 as a feature add-in. In BizTalk Server 2013, the ability to expose endpoints to Windows Azure Service Bus is an out of the box feature.
To enable this feature, we continue to use the BizTalk WCF Service Publishing Wizard much like we did for the previous example. The difference is that a few new screens have been introduced.
After we have selected the adapter that we would like to use to support our WCF Service, we have the opportunity to use the Add a Service Bus endpoint option as illustrated in the following screenshot:
After we have chosen to Add a Service Bus endpoint, we will go through the regular process of choosing between exposing an Orchestration or Schema as a WCF Service. We also need to name our Service and Operation and select the appropriate Orchestration or Schema that we would like to expose.
Another new screen that has...