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?
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?
Search for Monitor -> Metrics -> Select Scope (Your cosmos) -> Select Metric( Data Usage or Index Usage)
The other way go to cosmosdb -> Metrics(Classic)
Another way is to go under Containers Menu -> Browse.
This view shows storage based on each container, cost, throughput. Also, it gives you the total of all of these.
© 2022 - 2024 — McMap. All rights reserved.