ADF to Blob Connectivity

Prags 1 Reputation point
2022-04-08T21:34:53.203+00:00

Firstly I have created my storage account by enabling the Firewall and Virtual Networks option but I haven't added any virtual network to it and I have added my IP address to the storage account.

I have enabled - Allow Azure services on the trusted services list to access this storage account.

Now I am trying to connect to this storage account from data factory by creating a linked service. But it's not working. I have tried different authentication types like Account Key and System managed Identity.

What are the different ways of making the connectivity between ADF and Blob in this scenario.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,534 questions
{count} votes

1 answer

Sort by: Most helpful
  1. M Adil Gul 1 Reputation point
    2022-04-11T04:05:09.947+00:00

    Hi,

    If you are using managed identity to connect to your blob storage, then please enable following as well.
    Under Networking tab on your storage account add following.

    191626-image.png

    https://learn.microsoft.com/en-gb/azure/storage/common/storage-network-security?tabs=azure-portal#exceptions
    lists the resources which can access your storage account based on subscription and based on managed Identity.

    Regards
    -Adil