Create a BizTalk Service project to process purchase orders

 

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:

The topics in this section demonstrate how to create the CloudCar_Integration_PurchaseOrder BizTalk Services project. The BizTalk Services project includes the following components:

  • An XML One-Way Bridge in the BizTalk Service project.

  • An Azure blob destination.

  • A SQL Server LOB Target to insert purchase order data into a SQL Server database.

  • Custom code component within the BizTalk Service project, which uses the SQL Server LOB Target to write data to the SQL Server database.

Finally, you connect the components, build the project, and deploy it.

In This Section

See Also

Create a BizTalk Services solution