Config Service
The configuration API. Stores and serves dynamic configuration for agent workflows and platform behavior.
Details
| Field | Value |
|---|---|
| URL | https://config-service-test.icydesert-76825898.southindia.azurecontainerapps.io |
| Azure name | config-service-test |
| Resource group | testing |
| Environment | cerebro-auth-env (South India) |
| Image | ca45076245feacr.azurecr.io/default/config-service-test:fff8248a... |
| Port | 8080 |
info
The -test suffix indicates this is currently running a staging/test revision. A production deployment may be named config-service.
How to Update
az acr build \
--registry ca45076245feacr \
--resource-group testing \
--image default/config-service-test:$(git rev-parse HEAD) \
.
az containerapp update \
--name config-service-test \
--resource-group testing \
--image ca45076245feacr.azurecr.io/default/config-service-test:$(git rev-parse HEAD)
View Logs
az containerapp logs show \
--name config-service-test \
--resource-group testing \
--tail 50