.net App uses Azure API Gateway push message to azure data lake store 2

Radhika Ramineni 1 Reputation point
2021-08-12T04:11:11.77+00:00

Hi Guys,

We have any .net app on azure cloud, which uses AZURE API gateway, App want to push messages to Azure Data Lake Store based on events, Is it possible without Kafka/EventHubs/ADF?

Regards,
Navin

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 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,358 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
563 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,746 Reputation points
    2021-08-23T06:34:19.603+00:00

    @Radhika Ramineni Assuming you are talking about APIM then APIM does have the Send request policy where you can call any specidied URL.
    If you want to use logic app then 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