azure-cosmosdb

How to view Cosmos DB size?


For a SQL database, I can easily see the size of the database in the Overview blade in Azure Portal. Or I can query for instance EXEC sp_spaceused to find out.

Is there such a thing for Cosmos DB?


Solution

  • Search for Monitor -> Metrics -> Select Scope (Your cosmos) -> Select Metric( Data Usage or Index Usage)

    The other way go to cosmosdb -> Metrics(Classic)