Hi William Fish
Adding more points to above response.
According to this MS-Document,
Can you please let us know if the Databricks and the Storage account are in the same region or not?
- If they are, note that whitelisting the Public IP of the databricks in Storage Account firewall would not help.
- You might want to consider using Service EndPoint
- This is because IP network rules have no effect on requests that originate from the same Azure region as the storage account.
- Services deployed in the same region as the storage account use private Azure IP addresses for communication. So, you can't restrict access to specific Azure services based on their public outbound IP address range.
-
Please let us know if the set up works with a service endpoint for Azure Storage.
- You must add the Service EndPoint in the Subnet of this databricks
- And also, you must allow this VNET/Subnet from the Storage Account side as well.
Hope this answer helps! please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.