Create a BizTalk Services 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:

In this section, we create a Visual Studio solution that contains two BizTalk Services projects, CloudCar_Integration_PurchaseOrder and CloudCar_Integration_Invoice. The CloudCar_Integration_PurchaseOrder project receives purchase order messages from the customer, converts them to X12 850 purchase order message and routes it to the purchaseorder blob container. The CloudCar_Integration_Invoice project receives X12 810 invoice messages from Fourth Coffee, converts them to the invoice message schema expected by Contoso, Ltd. and routes it to the invoice blob container.

Note

If you want to use the sample BizTalk Services project instead, you can download it from the MSDN code gallery at https://go.microsoft.com/fwlink/p/?LinkId=390148.

In This Section

See Also

Set up the integration layer