Wim
Wim

Reputation: 1

How to calculate azure elastic pool storage utilization?

I've an Azure elastic pool (Standard, 300 eDTU ) with 105 databases. According to the azure dashboard I've a storage Utilization of 195.92 GB and a Storage capacity of 400 GB. While adding data to a database I got an error message "The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (409600) MBs."

How can I calculated the actual size of all the databases? Can the difference between actual and used storage be more than 50%?

Upvotes: 0

Views: 2117

Answers (1)

Leon Yue
Leon Yue

Reputation: 16431

The max storage per database in your Azure elastic poor(Standard, 300 eDTU ) is 1024 Gb. enter image description here

When you adding data to a database, you get the error: "The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (409600) MBs."

Here's a bob has the same error with you, maybe you can read it as a reference:The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (204800).

Hope it helps you.

Upvotes: 1

Related Questions