简体   繁体   中英

Logic Apps, Azure Function accessing a SQL Database with IP restriction

I have a Logic App and Azure Function in my Azure tenancy which needs to access a SQL Database in a third party company's Azure tenancy. The Azure SQL Database is owned and managed by a third party company who require a public IP to restrict access.

My understanding is that Logic Apps and Functions do not have a static outbound public IP address. What solutions do I have to access the SQL Database in Azure in this scenario?

You would need to ask the 3rd party to open up the Azure IP range for the relevant Data Center (region).

You can find the most update to date list here .

Alternatively, you need to move your functions to an Isolated Plan, in which case, you can then assign a static IP. From the docs :

Dedicated IP addresses If you need static, dedicated IP addresses, we recommend App Service Environments (the Isolated tier of App Service plans). For more information, see App Service Environment IP addresses and How to control inbound traffic to an App Service Environment.

You can also query the inbound and outbound IP addresses for an app service plan.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM