microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
355 stars 27 forks source link

Feature Request: Allow the ability to specify an IP address on the internal VNET #1197

Open prutsert opened 2 weeks ago

prutsert commented 2 weeks ago

Is your feature request related to a problem? Please describe.
I'm deploying an internal-only Container Apps Environment with Bicep (infra as code). During deployment, an IP address seems to be randomly picked from the subnet that I provided as the properties.vnetConfiguration.infrastructureSubnetId.

Although this is a static IP address for the lifetime of the Container Apps Environment, a new deployment usually gives me a new static IP address. It is therefore not possible to redo a deployment idempotently, and automatically restore connectivity from other apps to the Container Apps Environment.

Describe the solution you'd like.
Possible solutions that could make the IP address static over (re)deployments: