Pipeline trigger using logic apps

Ram 66 Reputation points
2022-07-05T04:54:35.333+00:00

How to trigger a pipeline when a file is uploaded inside the blob using logic apps.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,537 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-07-05T05:27:53.88+00:00

    @Ram Thanks for sharing more details. Logic app does offer different connectors to connect creating and running automated workflows that integrate your apps, data, services, and systems.
    You can find the connector list in this document for your reference.

    As per your workflow you want to run your data factory pipeline when the file is uploaded to your blob storage so you can leverage the Azure Blob storage and azure data factory connector in your workflow.

    **Workflow: **
    When a blob is added or modified (properties only) (V2) (Your workflow will trigger whenever the file is added or modified) --> other action as per your requirement (let's say if you want to get the blob file content you can leverage "Get file content" operation such as Get Blob Content etc.) --> Create a pipeline run (This action creates a new pipeline run in your factory)

    You can refer to Azure Blob storage and azure data factory for more details what are the trigger and actions individual connector supports. In case if any operation is not supported by the respective connector/or there is no connector then you can leverage the Native HTTP connector to call any HTTP/HTTPS endpoint.

    Feel free to get back to me if you have any queries or concerns.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.