We have IP address restrictions set on an Azure Web App. These work fine for applications from various locations calling into Azure for a Web App.
We now want to extend these to allow Azure services to access this resource but I cannot seem to get this working. On some other Azure resources (e.g. Azure SQL) there is a button to press that allows access from other Azure services but this does not exist on the Web Apps.
I've also tried:
- Adding the outbound IP addresses to the firewall.
- Adding all the IP addresses in the known outbound IP Addresses for the region.
Couldn't find any information on what the IP address range should be between two Azure services.