An Apache Spark-based analytics platform optimized for Azure.
Hi @David Nagy ,
Based on the DenyAssignmentAuthorizationFailed error, the access restriction is caused by an Azure Databricks system-managed deny assignment on the managed resource group, not by missing RBAC permissions alone. As a result, direct blob enumeration of the Databricks-managed storage account is blocked even when Storage Blob Data roles are assigned.
Since you have already performed workspace cleanup activities and storage usage remains around 11.86 TB, the remaining capacity may be associated with Databricks-managed internal storage that is not exposed through standard customer-facing interfaces.
Recommendation: Use Databricks-supported cleanup methods such as dbutils.fs, Databricks FS CLI, and VACUUM for customer-managed data. If storage consumption remains unchanged, please let us know if we can help; we’re happy to assist.
Microsoft References:
- DBFS Root Recommendations [Recommenda...soft Learn | Learn.Microsoft.com]
- VACUUM Operation [Remove unu...soft Learn | Learn.Microsoft.com]
- Workspace Storage Redundancy [Change wor...soft Learn | Learn.Microsoft.com]
I hope this helps. Please let us know if you have any further questions.