Resource Groups
All AgentStack Azure resources live in two resource groups under subscription 62be6d5f-97a5-4764-9bc9-ceb85a39a1f4.
testing (South India)
The primary group for the auth stack and HITL platform.
| Resource | Type | Purpose |
|---|---|---|
cerebro-auth-env | Container App Environment | Hosts all auth + HITL apps |
keycloak | Container App | Identity provider |
openfga | Container App | Fine-grained authorization |
hitl-frontend | Container App | Human-in-the-loop dashboard |
review-service | Container App | Review/approval workflow API |
ingest-service | Container App | Data ingestion API |
config-service-test | Container App | Configuration API |
router-service | Container App (internal) | Internal traffic router |
authstack-toolbox | Container App | Internal tooling |
cerebro-authstack-pg | PostgreSQL Flexible Server | Auth databases (Keycloak, OpenFGA) |
cerebro-stg-apim | API Management | Gateway for all backend APIs |
cerebro-ingest-eh | Event Hub | Streaming events for ingest pipeline |
cerebro-auth-kv-62be6d5f | Key Vault | Secrets for auth services |
ca45076245feacr | Container Registry | Images for auth/HITL services |
cerebro-auth-vnet | Virtual Network | Private networking for the environment |
cerebrocheckpoints | Storage Account | Checkpoint blobs for the ingest pipeline |
assistant-agent-rg (Central India + South India)
Hosts the AI assistant agent and the public marketing site.
| Resource | Type | Purpose |
|---|---|---|
assistant-agent | Container App (Central India) | AI assistant backend (FastAPI, port 8000) |
agentatacktechmarketing | Container App (South India) | Marketing site — agentstacktech.com |
assistant-agent-pg-62be6d5f | PostgreSQL Flexible Server | App DB for assistant agent |
ca74e243f29aacr | Container Registry | Images for assistant agent |
assistant-agent-env-centralindia | Container App Environment | Hosts assistant-agent |
Viewing Resources
# List everything in testing
az resource list --resource-group testing --output table
# List everything in assistant-agent-rg
az resource list --resource-group assistant-agent-rg --output table
Or browse at: Azure Portal → Resource Groups → [group name]