0

I would like to use multiple egress IPs for an Azure Container Group where each container instance in that group uses one of those IPs. Something like a NAT gateway might work, but apparently that is not supported. I also read there may be a workaround with Azure Firewall, but can't find resources that describe this. What is the recommended solution for my use-case?

Edit: Also noting that our containers are windows-based. Which may add further limitations to our options.

Joseph Ho
  • 69
  • 1
  • 1
  • 9

1 Answers1

1

Since Windows containers are not yet supported for deployment in VNET we cannot approach routing egress traffic manually.

References:

  1. Virtual networking for Container group-Limitations.
  2. Container groups and the types of scenarios they enable.
  3. Steps to configure a container group in a virtual network integrated with Azure Firewall.
  4. Configure IP addresses for azure firewall.
kavyaS
  • 8,026
  • 1
  • 7
  • 19
  • You can provide your feedback by adding any idea or suggestions here https://feedback.azure.com/forums/34192--general-feedback – kavyaS Jul 06 '21 at 04:35