Share via


Build and deploy the BizTalk Services project

 

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:

In this topic we connect the XML One-Way Bridge to Azure blob and then build the BizTalk Services project.

To connect the components and build the project

  1. On the BizTalk Service project designer surface, from the Toolbox, select Connector, and connect the InvoiceBridge with Invoice_Blob.

    Invoice bridge configuration

  2. Select the connection between the bridge and the blob, and from the Properties pane, select the Filter Condition property.

  3. In the Route Filter Configuration dialog box, select Match All. This ensures that all the messages that are processed by the bridge are routed to the blob.

  4. Right-click the CloudCar_Integration_Invoice project, and then select Build.

  5. Once the build succeeds, right-click the project, and then select Deploy.

  6. In the deployment window, the Deployment Endpoint is a read only entity 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.

  7. Select 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.

See Also

Create a BizTalk Service project to process invoices