Reputation: 1
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
Reputation: 16431
The max storage per database in your Azure elastic poor(Standard, 300 eDTU ) is 1024 Gb
.
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