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.