Datababricks managed network - can I access firewalled storage account in classic compute?
Dimitry Nechaev
20
Reputation points
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.
this vnet is peered back to bricks vnet
It has private endpoints to the storage account dfs / blob.
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.
Sign in to answer