Uploading Blobs to Blob Storage from Databricks

William Fish 0 Reputation points
2025-06-11T16:54:28.22+00:00

I cannot submit files to my blob storage after making it not public. I have added my databricks IP and am using a SAS token to upload the blobs.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Venkatesan S 2,820 Reputation points Microsoft External Staff Moderator
    2025-06-12T08:55:50.7566667+00:00

    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.
      • User's image

    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. User's image

    0 comments No comments

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.