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:
-
Create your first logic app, or quickly get started using a pre-built template
-
View all the available connectors you can use in your logic apps
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
In Visual Studio, right click the FlatFile_Bridge solution, and then click Build Solution.
Once the build succeeds, right click the FlatFile_Bridge solution, and then click Deploy Solution.
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.
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