Does ADF have data isolation function?

momonono 21 Reputation points
2023-11-14T06:04:37.7233333+00:00

We are using ADF for data transmission, and we have installed IR on the local server to transfer data from the local database to Azure DB and perform some operations.

Our supplier has the operating authority of ADF. Due to the security policy, we do not want the supplier to upload data privately. Is there a permission configuration to prevent the supplier from uploading data?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2023-11-14T07:41:55.9233333+00:00

    Hi momonono:

    Thanks for reaching out to Microsoft Q&A.

    Do you mean the supplier has to be denied uploading data into azure sql database? for this either you can create a separate login for the user to use in his data factory pipeline and set that login with a restricted access inside the database.

    (or)

    You can try exploring the custom roles in adf. The below link is one example where the custom role was created to restrict users from creating/deleting the linked services, but you can modify to suit your requirement.

    https://techcommunity.microsoft.com/t5/fasttrack-for-azure/custom-role-to-restrict-azure-data-factory-pipeline-developers/ba-p/3299161

    and this one...

    https://davidalzamendi.com/role-reader/

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.


Your answer

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