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?