Step 1: Create 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:

How to create a BizTalk Service project in Visual Studio. In this tutorial, we create a project and add to it by including artifacts and configuring the bridge.

To create a BizTalk Service project

  1. Open Visual Studio as an administrator, on the File menu, select New, and then select Project. Use the following details to create the project:

    Use this

    To do this

    Installed Templates

    Select BizTalk Services, then select BizTalk Service

    Name

    Enter EAIEDITutorial.

    Location

    Enter your folder path.

    Create directory for solution

    Select this option to save the solution in a separate folder in Windows Explorer.

  2. Select OK.

See Also

Create and Deploy the BizTalk Services Project