azure purview access permission

sakuraime 2,346 Reputation points
2021-11-11T13:36:40.287+00:00

What's the web address of a azure purview account ( suppose I am not access purview from Azure portal) .
apart from the role assignments in each individual 'Collections' , do I need extra permission grant at other level , such as IAM at Purview Account level ? I found if i just grant 'Data Readers' at collections level , that people still can't access.

any idea ?

Microsoft Security | Microsoft Purview
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,651 Reputation points Moderator
    2021-11-12T07:12:57.26+00:00

    Hello @sakuraime ,

    Thanks for the question and using MS Q&A platform.

    By design - Only Purview creator can access the Purview account.

    148717-image.png

    Reason: In the new Purview accounts permissions are controlled via the collection management which gives user access control.

    As specified in the official documentation : Access control in Azure Purview, the account creator is the only person who can access Purview account and owner/contributor on the subscription can provide access to the purview account.

    How to grant permission for Azure Purview Accounts:

    You can use Azure CLI/PowerShell to grant permissions for Azure Purview Accounts.

    What are the required details to grant permissions for Azure purview Accounts?

    • Purview Account Name
    • Resource Group Name
    • Object ID of the user

    How to get the object ID of the user?

    You can get the object ID of the user from Azure Active Directory.

    Go to Active Directory, Under Manage section you will find Users, select the user which you want to assign the permission and copy the object ID.

    148775-image.png

    Using Bash to grant permissions for Azure Purview Accounts:

    Step1: Open Azure Cloud Shell
    Step2: Install Azure Purview CLI module: az extension add --name purview
    148718-image.png
    Step3: Add the administrator for root collection associated with this account: az purview account add-root-collection-admin --name "account1" --object-id "7e8de0e7-2bfc-4e1f-9659-2a5785e4356f" --resource-group "SampleResourceGroup"
    148669-image.png

    Using PowerShell to grant permissions for Azure Purview Accounts:

    Step1: Open Azure Cloud Shell
    Step2: Install Azure Purview PowerShell module: Install-Module -Name Az.Purview
    148781-image.png
    Step3: Add the administrator for root collection associated with this account: Add-AzPurviewAccountRootCollectionAdmin -AccountName test-pa -ResourceGroupName test-rg -ObjectId xxxxxxxx-5be9-4f43-abd2-04561777c8b0
    148755-image.png

    A few moments later, you will see the Open Purview Studio in the Azure Portal.

    148689-image.png

    What's the web address of a azure purview account ( suppose I am not access purview from Azure portal) .

    You can browse to https://web.purview.azure.com, select your Purview account, and sign in to your workspace.
    148690-image.png
    For more details, refer to Access control in Azure Purview.

    Hope this will help. Please let us know if any further queries.


    • Please don't forget to click on 148736-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    2 people found this answer helpful.

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.