1
votes

I have created an Azure Data Factory that calls Logic App via "Web" action. Logic app is activated by HTTP request. My issue is, I have not idea, how can I secure logic app with API service (all manuals show JWT token) and then use authentication options from the web action

Please, do you have an idea, what is the easiest secured way to implement this?

enter image description here

1

1 Answers

0
votes

You can specify the IP address to access your logic app. Azure data factory now supports static IP address ranges, so you can create an integration runtime. Then allow the IP address to request your logic app by setting as below:

enter image description here