I am working on this Tutorial from Microsoft Azure team to implement Access provisioning by data owner to Azure Storage datasets. As shown in the image below, the Data Owner Policy is supposed to allow Grady Archie a Read
permission on Azure Data Lake Gen2
storage account called acct4dlsgen2
. But for some reasons, when Grady Archie logs into Azure portal in the same network, he is unable to access acct4dlsgen2
storage.
Question: What I may be doing wrong, and how can we fix the issue?
Remarks:
- I have satisfied all the prerequisites of the same article mentioned above.
- Have also given Grady Archie the
Read
permissions on the Purview Collection where this storage account is registered in Purview. - When I give Grady Archie a
Read
permission directly by going through that storage account via Azure portal, Grady Archie can access that storage after he logs-in. But this defeats the purpose of implementing Data Access using Purview as described here by Microsoft team.