错误代码 ElasticPoolOverStorageUsage

错误代码 ElasticPoolOverStorageUsage

我正在尝试在我们的 Azure SQL 弹性池中创建一个新的数据库并收到以下错误代码。

    Error code: ElasticPoolOverStorageUsage.

我们总共有 32GB 的空间,根据弹性池数据存储图,我们只使用了其总存储空间的 65%,还剩下 35%,即 11GB。我正在尝试创建一个新的空白数据库,但没有任何进展。

如果您知道我哪里做错了,我将非常感激。

答案1

错误非常明显:

400 ElasticPoolOverStorageUsage - Attempting to write data to a database when the storage limit of the elastic pool has been reached.

如果您确实只使用了 65%,请联系 Microsoft 支持。

并分享答案,我很感兴趣。

相关内容