Is there way to determine outbound IPs specific to Azure Container Instances?
Background: I would like to allow my container instance to send network messages to service behind firewall. To configure this firewall I need to know outbound IP address or range of IPs.
I found list of IPs for my region here https://www.microsoft.com/en-us/download/details.aspx?id=56519 but it's for all services (for my region it's more than 180 entries) not only container instances.
The only way i have found to obtain the IP address of a container instance in Azure is to run the following command from within the container via the Azure Portal (settings -> containers -> connect)...
curl 'https://api.ipify.org?format=json'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With