Forum Discussion

andrewybr2265's avatar
andrewybr2265
Copper Contributor
Dec 13, 2022
Solved

ADF http

Does ADF have a mechanism for receiving HTTP requests and responding to them in real-time?   I.e., can you create custom REST/HTTP endpoints using ADF?
  • ericpasztor's avatar
    Dec 20, 2022

    andrewybr2265, the Web Activity allows for calling REST endpoints, but Data Factory is not used for creating and managing endpoints. This can be done by using Azure Functions, Azure Logic Apps, and/or Azure API Management (APIM). For example, APIM can be used to configure authentication policies for Azure Functions developed in C#, JavaScript, Java, PowerShell, or Python and Logic Apps which use the HTTP request trigger in the Logic app designer.