Thanks for posting your question in the Microsoft Q&A forum.
In a consumption-only environment for Azure Container Apps, the outbound IP is not guaranteed to be static. While Azure does create a resource group with public IP addresses for outbound connectivity, these IPs are not guaranteed to remain constant over time
To achieve a static outbound IP for your Container App, you have a few options:
- Workload Profiles: Upgrade to a Workload Profile environment, which supports the use of NAT Gateway for static outbound IP
- NAT Gateway: In a Workload Profile environment, you can configure a NAT Gateway with a static public IP for outbound traffic
- Azure Firewall: For more advanced scenarios, you could use Azure Firewall to control egress traffic with a static IP
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful