Cosmosdb Inspect

Inspect a live Azure Cosmos DB for NoSQL account (read-only, via the Azure CLI) and emit an "observed model" plus optimization signals. Collects container configuration (partition keys, indexing policies, TTL, provisioned throughput) and Azure Monitor server-side metrics (normalized RU consumption for hot-partition detection, 429 throttling rate, storage, document count), then writes JSON in the same shape the cosmosdb-datamodeling skill consumes. Use to review or optimize an existing account, find hot partitions, spot over-provisioned or over-indexed containers, and feed a real model into the data-modeling workflow. Requires the az CLI and `az login`. NoSQL API only.

colbytimm Updated

File contents

colbytimm/my-dev-tools/tree/main/agents/skills/domain/cosmosdb-inspect commit baf666f357

Frequently asked questions

npx skillmds@latest add colbytimm/cosmosdb-inspect