Container App Environments
Container App Environments are the shared runtime clusters that host container apps.
Environments
| Name | Region | Resource Group | Used By |
|---|---|---|---|
cerebro-auth-env | South India | testing | Keycloak, OpenFGA, HITL Frontend, all microservices, Marketing Site |
assistant-agent-env-centralindia | Central India | assistant-agent-rg | Assistant Agent |
managedEnvironment-testing-8ac8 | South India | testing | Legacy / unused |
assistant-agent-env | East US | assistant-agent-rg | Legacy / unused |
cerebro-auth-env (Primary)
This is the main environment. It runs inside cerebro-auth-vnet for private networking. Internal apps (OpenFGA, Router Service) communicate over the internal DNS suffix:
*.internal.icydesert-76825898.southindia.azurecontainerapps.io
External apps are publicly accessible at:
*.icydesert-76825898.southindia.azurecontainerapps.io
Custom Domains
agentstacktech.com→agentatacktechmarketing(managed SSL cert)
Managed Certificates
Azure-issued SSL certificates for custom domains are stored in the environment:
az containerapp env certificate list \
--name cerebro-auth-env \
--resource-group testing \
--output table
Inspecting an Environment
az containerapp env show \
--name cerebro-auth-env \
--resource-group testing \
--output json