microsoft / azure-container-apps

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

Feature Request: #1198

Open tsivachi opened 2 weeks ago

tsivachi commented 2 weeks ago

Is your feature request related to a problem? Please describe.
The requested feature revolves around the absence of a feature within Azure Container Apps to restrict console access through network limitations. This poses a challenge for applications that operate under certain compliance and regulatory requirements. Certain applications are mandated to protect access by both network and role access permissions. Ideally internal-only environment application console should be accessible only by private IPs or private links, but not accessible publicly as its exposed currently.

Describe the solution you'd like.
The console access for Azure Container apps should be restricted by network firewall for public access, provided the container app environment is configured to be internal-only. The console access should be allowed only via private IP's or private link services

Describe alternatives you've considered.
There are no alternatives for access limited by network restrictions available in Azure Container Apps

Additional context.
None