0

I have create one azure data factory that needs access to blob storage which is a part of virtual network.

While creating the linked service in ADF, it fails and cannot connect to blob storage since the access to the blob storage is allowed using 'Enabled from selected virtual networks and IP addresses' option.

How can I configure the Azure blob settings or is there a way to give ADF access to blob storage following the best practices and providing a secured connectivity.

user961
  • 453
  • 6
  • 20

1 Answers1

0

You can navigate to your storage account >> Networking >> Resource Instances and add the resource type and Instance name to allow access to specific resource instances.

enter image description here

NOTE: Make sure the instance belongs to the same tenant as your Storage account and have roles assigned to perform operations on blobs.

REFERENCES:

  1. Configure Azure Storage firewalls and virtual networks.
  2. Azure built-in roles for blobs
SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18