Share via


Add an Azure blob destination to receive purchase order

 

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:

This topic provides instructions on how to add an Azure blob to the BizTalk Services project. After the PurchaseOrderBridge processes the customer order message, it routes the message to a Azure blob.

To add an Azure blob

  1. In the ConnectedCar_Integration_PurchaseOrder project, from the Toolbox, drag and drop the Azure Blobs component to the BizTalk Service project design surface.

  2. Right-click the component, select Properties, and enter the following values:

    Property

    Description

    Entity Name

    Enter a unique and descriptive name of the Azure blob destination component. For this tutorial, enter this as PO_Blob.

    Shared Access Signature URL

    Enter the shared access signature URL for the container in Azure Blob storage where the messages are routed to.

    For instructions on how to generate the SAS, see Create and Use a Shared Access Signature. You can also use the Azure Storage Explorer to generate SAS. For more information about the Azure Storage Explorer, see Azure Storage Explorer.

  3. From the File menu, select Save.

See Also

Create a BizTalk Service project to process purchase orders