Datababricks managed network - can I access firewalled storage account in classic compute?

Dimitry Nechaev 20 Reputation points
2025-08-08T04:20:03.5566667+00:00

I have a default Databricks setup with managed network and public IP.

I want it to talk to a storage account, that is firewalled. I can do this for serverless but not for a classic compute.

I've added a vnet in between and peered bricks to this network.

User's image

this vnet is peered back to bricks vnet

User's image

It has private endpoints to the storage account dfs / blob.

User's image

My peering vnet is whitelisted in the storage account firewall.

Unfortunately this does not work for classic compute.

dbutils.fs.ls("abfss://...dfs.core.windows.net/")
"This request is not authorized to perform this operation.", 403

Is it possible to peer classic compute and what did I do wrong?

Is there a way to make classic compute to talk to the

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.