Forum Discussion

Gunjan_kabra's avatar
Gunjan_kabra
New Member
2 years ago

undefined

I need to invoke an ADF pipeline through Web activity in fabric

So is it possible to do so

5 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hello Gunjan_kabra ,
      We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
      In case if you have any resolution please do share that same with the community as it can be helpful to others .
      Otherwise, will respond back with the more details and we will try to help .

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Gunjan_kabra ,

        We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others. Otherwise, will respond back with the more details and we will try to help .

  • Hey,

    Use Web activity and create a new connection :

     

     

     

    In base URL use the below value :

    https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun?api-version=2018-06-01

     

    In token audience URI use :

    https://management.azure.com/

     

    and select the auth of either service principal or Org account

     

    and post connection created,

    Add a space in Body as some value is needed in Body for POST method