简体   繁体   中英

Azure Data Factory: Data Lake Access Permissions

When I am in the ADF 'author' view and try to create a trigger, after I select the subscription, storage account, it lists the files the trigger can see.

At this point, is it using my credentials/permissions to list those files or ADF's credentials/permissions?

在此处输入图像描述

And in the next tab it shows

在此处输入图像描述

Even though I am asking specifically about a Trigger, I am sure it will be the same with other ADF components like LinkedService, Dataset source/sink etc.

Yes, you're totally right. When we create blob evnet trigger,LinkedService,Dataset, Azure Data Factory will do access control and permission checking. It checks the permission for the user. More specifically, it checks whether the Azure account signed in and attempting to create the Event trigger have appropriate access to the relevant Storage account. If the permission check fails, trigger creation also fails.

This documentation is useful. Take the creation of a new storage event trigger as an example在此处输入图像描述

To successfully create a new or update an existing Storage Event Trigger, the Azure account signed into the Data Factory and publish the event trigger needs to have appropriate access to the relevant storage account. Otherwise, the operation with fail with Access Denied .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM