.Net using Azure API gateway, Message to ADLS2

Dondapati, Navin 281 Reputation points
2021-08-12T14:32:38.4+00:00

Hi Guys,

We have .Net Application hosted in Azure and it uses AZURE API gateway for push messages to other application, Now we want to capture the same set of message to ADLS2.

Should be Logic APps, Event Hub OR ADF only, Else we have out of the box functionality in Azure API Gateway which can go 2 paths?

Regards,
Navin

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,750 questions
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,338 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
556 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,471 Reputation points
    2021-08-23T06:32:00.903+00:00

    @Anonymous Apology for the delay and thanks for sharing the flow. APIM does have the Send request policy where you can call any specidied URL.
    You can create the Request/Response connector that will generate the HTTP POST URL and you can use this URL in your send request policy of APIM with the request body that you need to send to the logic app. In logic app your workflow will have HTTP trigger along with the different data lake action (as per your requirement) that will communicate with the Azure Data lake.

    Alternative you also use log to event hub policy for saving request or response context information for online or offline analysis.

    0 comments No comments