Step 9: Build and Deploy the Solution

 

Important

Microsoft Azure BizTalk Services (MABS) is being retired, and replaced with Azure Logic Apps. If you currently use MABS, then Move from BizTalk Services to Logic Appsprovides some guidance on moving your integration solutions to Logic Apps.

If you're brand new to Logic Apps, then we suggest getting started here:

By now, you have finished creating the application. In this step, you build and deploy the application under your BizTalk Services subscription.

To build and deploy the solution

  1. In Visual Studio, right click the FlatFile_Bridge solution, and then click Build Solution.

  2. Once the build succeeds, right click the FlatFile_Bridge solution, and then click Deploy Solution.

  3. In the deployment window, the Deployment Endpoint is a read-only property and the value is derived from the BizTalk Service URL/Namespace set in the message flow surface. However, you must provide the ACS Namespace for BizTalk Services, Issuer Name, and Shared Secret.

  4. Click Deploy. The Visual Studio Output pane displays the deployment progress and result. The URL where the bridge is deployed is also displayed in the Output pane. For this tutorial, the bridge is deployed at https://<mybiztalkservicename>.biztalk.windows.net/default/ClaimsProcessing.

See Also

Tutorial: Using BizTalk Service Bridges to Lookup Data from Azure SQL Database