Can Data Factory v2 work with Power Automate Flow using Private End Point?

Shafayat Syed 45 Reputation points
2024-05-08T16:01:55.4133333+00:00

I have a Data Factory v2 pipeline which is running a short pipeline to pause and resume Azure Synapse Dedicated SQL pool. I am scheduling that Pipeline run using Power Automate Flow at a frequency we need.

I want to secure the Data Factory pipeline and saw that you can use Private End Point. Would it be possible for Power Automate trigger the pipeline if the Data Factory is secured with a Private End Point? If yes, what modifications do I need to make to my Power Automate flow to be able to use the Private End Point?

Many thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes

Accepted answer
  1. hossein jalilian 5,560 Reputation points
    2024-05-08T21:58:33.45+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Yes, it is possible. you will need to make some modifications to your Power Automate flow to accommodate the Private Endpoint configuration.

    • In the Azure portal, navigate to your Data Factory and create a Private Endpoint. specify the virtual network and subnet where the Private Endpoint will be deployed.
    • Create a Private DNS Zone for the Data Factory Private Endpoint. link the Private DNS Zone to the virtual network where the Private Endpoint is deployed.
    • In your Power Automate flow, update the Data Factory connection to use the Private Endpoint. specify the Private Endpoint URL in the format https://privatelink.datafactory.azure.net instead of the public Data Factory URL.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful