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
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
Hi @RadhikaRamineni-3492, could provide more clarity on your use case? Is your .NET application routing traffic through an App Gateway or do you have a separate hosted API? Can you also further elaborate on how the messages are generated? Are they being stored for tracking or are you wanting the messages to kick of some other process?
@RadhikaRamineni-3492 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.
12 people are following this question.