Share via

Azure Data Factory Cannot Access Blob Storage Despite Configuration Changes

Smaran Thoomu 35,375 Reputation points Microsoft External Staff Moderator
2024-07-31T08:43:54.1766667+00:00

Why is my Azure Data Factory pipeline unable to access the Blob Storage even after making necessary configuration changes, and how can I resolve this issue?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Smaran Thoomu 35,375 Reputation points Microsoft External Staff Moderator
    2024-07-31T08:45:21.8066667+00:00

    Greetings!

    The issue arises because Azure Data Factory (ADF) is unable to access the Blob Storage when the "Allow Azure services on the trusted services list to access this storage account" option is unchecked. This setting is crucial for ADF to interact with the storage account, especially when using a managed virtual network.

    To resolve this issue, you need to enable the "Allow Azure services on the trusted services list to access this storage account" option in your storage account settings. This setting allows trusted Azure services, including ADF, to securely access the storage account without compromising the security of your data.

    Here are the steps to enable this setting:

    1. Navigate to your Azure Storage Account in the Azure Portal.
    2. Go to the "Networking" section.
    3. Under the "Firewalls and virtual networks" tab, find the "Exceptions" section.
    4. Check the box for "Allow Azure services on the trusted services list to access this storage account."
    5. Save the changes.

    By enabling this setting, ADF will be able to read and write data to the Blob Storage as required by your data integration tasks.

    For additional information and detailed documentation, please refer to the following resources:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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