Forum Discussion
Gunjan_kabra
2 years agoNew Member
undefined
I need to invoke an ADF pipeline through Web activity in fabric So is it possible to do so
NandanHegde
2 years agoSuper User
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 :
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
NandanHegde
2 years agoSuper User
hey,
the below blog explains in detail :
https://www.c-sharpcorner.com/article/invoke-azure-data-factory-pipeline-via-msft-fabric/