IP whitelisting for logic app

时光毁灭记忆、已成空白 提交于 2021-02-08 07:58:26

问题


How to whitelist the IP address for the logic app. A service which is called by logic App (using HTTP action) but the service needs the whitelisted to be called to it. SO, how to whitelist for logic APP.

Can we use Azure API management for whitelisting, which publishes logic App, as api management provides static IP.


回答1:


Yes you are correct. You can use API Management to achieve this.

This would allow for something like this

And in API Management

And then in Logic App

If you want to read more on how to secure logic apps with API management check this article https://marczak.io/posts/2019/08/secure-logic-app-with-api-management/




回答2:


If I understood your question correctly here is a list of Logic App IP addresses to pass to a provider to whitelist.

Whitelisting and Logic Apps

Logic App by region




回答3:


You absolutely can use APIM for this as Adam has shown. You can use APIM for just about any security solution involved with APIs (for instance one of our business partners required White Listing and Mutual SSL certificates). It's all pretty very easy with APIM.



来源:https://stackoverflow.com/questions/50944943/ip-whitelisting-for-logic-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!