Relative Content

Tag Archive for azure-data-factoryazure-storage-accountmicrosoft365azure-private-link

Azure ADF copy-activity from Microsoft 365 to storage account fails

I’ve a continuous problem with my ADF pipeline – I’m trying to run a “copy-data” pipeline and encounter access and permission errors with my specific resources.
My source is a Microsoft 365 Table connector (I’m retrieving some columns from my organization mails)
My sink is a storage account.
In my SA access control properties, I’ve given my app appropriate IAM role with the all the necessary permissions so it can access the storage account and write the data successfully.
Now since I don’t want my storage to be public, I chose the public network access to be “Enabled from selected virtual networks and IP addresses”.