Skip to main content

Storage Account — cerebrocheckpoints

Azure Blob Storage used for Event Hub consumer group checkpoints and pipeline state.

Details

FieldValue
Account namecerebrocheckpoints
Resource grouptesting
RegionSouth India

Purpose

The cerebrocheckpoints storage account allows the Router Service (Event Hub consumer) to persist its read position. If the Router Service restarts, it resumes from the last checkpoint rather than re-processing all events from the beginning.

Viewing Containers

az storage container list \
--account-name cerebrocheckpoints \
--auth-mode login \
--output table

Access Keys

az storage account keys list \
--resource-group testing \
--account-name cerebrocheckpoints \
--output table
info

Storage access keys give full access. Prefer using Managed Identity or SAS tokens for service-to-service access.