Skip to main content

Review Service

The backend API that manages the human review and approval workflow for AI agent outputs.

Details

FieldValue
URLhttps://review-service.icydesert-76825898.southindia.azurecontainerapps.io
Azure namereview-service
Resource grouptesting
Environmentcerebro-auth-env (South India)
Imageca45076245feacr.azurecr.io/review-service:91a8f6db...
Port8080

Purpose

Receives events from the ingest pipeline, stores them for human review, exposes APIs for the HITL Frontend to fetch and act on pending items.

How to Update

az acr build \
--registry ca45076245feacr \
--resource-group testing \
--image review-service:$(git rev-parse HEAD) \
.

az containerapp update \
--name review-service \
--resource-group testing \
--image ca45076245feacr.azurecr.io/review-service:$(git rev-parse HEAD)

View Logs

az containerapp logs show \
--name review-service \
--resource-group testing \
--tail 50