question

RadhikaRamineni-3492 avatar image
0 Votes"
RadhikaRamineni-3492 asked MayankBargali-MSFT answered

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

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-data-lake-storageazure-api-managementdotnet-standardazure-event-hubs
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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?

0 Votes 0 ·

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered

@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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.