How to Run Synapse pipeline from webactivity Rest api call?

Anonymous
2021-11-12T10:16:49.433+00:00

how can run trigger synapse pipeline from web activity with rest api ?

SAP HANA on Azure Large Instances
SAP HANA on Azure Large Instances
Microsoft branding terminology for an Azure offer to run HANA instances on SAP HANA hardware deployed in Large Instance stamps in different Azure regions.
119 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,600 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,031 Reputation points
    2021-11-12T20:58:09.747+00:00

    Hello anonymous user and welcome to Microsoft Q&A. You can find the details for this call at:
    https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/pipeline/create-pipeline-run

    POST https://{workspaceName}.dev.azuresynapse.net/pipelines/{pipelineName}/createRun?api-version=2020-12-01  
    

    The authentication can be done different ways. If you use Managed Identity , the Resource : https://management.azure.com/ . You may need to grand the Data Factory RBAC roles on itself or the resource group. It will need the Microsoft.DataFactory/factories/pipelines/createrun/action ability. The role Data Factory Contributor has this, but is overkill.