We have two applications. One application exists behind an on-premise site's firewall. It communicates with our second application, a service app that operates a REST API in the Azure cloud.
My question relates to the on-premise firewall. The service app in the Azure cloud has a single static inbound IP address. It also has a slew of outbound IP addresses. I plan to whitelist the Azure service app's inbound IP address. Do I also need to whitelist the outbound IP addresses?
(Does the REST API's response go through the outbound IP, or does the response travel back through another mechanism.)