Each Azure Databricks workspace has an associated Azure storage account in a managed resource group known as the workspace storage account. The workspace storage account includes workspace system data (job output, system settings, and logs), DBFS root, and in some cases a Unity Catalog workspace catalog.
We noticed that these storage accounts have Storage account key access as Enabled by default. This is raising security concerns within our team. Is there any way to disable the storage account key access? Is Databricks using this key for any kind of authentication purpose? As far as I know Databricks discourage the use of keys and recommends to use managed identities for authentication.