Skip to main content

Container App Environments

Container App Environments are the shared runtime clusters that host container apps.

Environments

NameRegionResource GroupUsed By
cerebro-auth-envSouth IndiatestingKeycloak, OpenFGA, HITL Frontend, all microservices, Marketing Site
assistant-agent-env-centralindiaCentral Indiaassistant-agent-rgAssistant Agent
managedEnvironment-testing-8ac8South IndiatestingLegacy / unused
assistant-agent-envEast USassistant-agent-rgLegacy / 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.comagentatacktechmarketing (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