Please review the answers to your question in regards to firewall settings for an isolated app service to connect to Redis Cache.
There are different scenarios we would have to consider:
- If the app service is inside Azure VNet, the VNets IP address should be whitelisted under the firewall rule.
- If the app service is outside Azure and if it is deployed on a dedicated server, the server IP address should be whitelisted under the firewall rule.
- If the app service is on local machine, the machines IP address should be whitelisted under the firewall rule.
- If the app service is behind a proxy, the proxy’s IP address should be whitelisted under the firewall rule.
Comments
0 comments
Please sign in to leave a comment.