Skip to main content

Config Service

The configuration API. Stores and serves dynamic configuration for agent workflows and platform behavior.

Details

FieldValue
URLhttps://config-service-test.icydesert-76825898.southindia.azurecontainerapps.io
Azure nameconfig-service-test
Resource grouptesting
Environmentcerebro-auth-env (South India)
Imageca45076245feacr.azurecr.io/default/config-service-test:fff8248a...
Port8080
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