I have a .NET Web API running in Azure App Service. It needs to connect to the RabbitMQ service running on my On-Prem server. How should I establish that connection between Azure App Service and RabbitMQ service port?
Do I need to whitelist the outbound IP addresses of Azure App Service in my firewall for this change?