Forum Discussion
Dataflows Storage can't connect to ADLS Gen2
- 6 years ago
bh56 you have a little bit different issue. You have to set correct access roles in IAM (access control) in Azure Portal. You have to be the owner of the resource (not inherited one).
My problem was solved via MS Support - the only thing was that I had to delete a container (named powerbi) that I had in my ADLS Gen2. The mechanism behind creates this container automatically. Now everything works for me.
Let me know whether you need some additional assistance.
@PaveIR Thanks for getting back to me. I did add the roles under IAM.
Do you have your storage defined as "hierarchical namespace enabled". I do, wondering if that is my issue.
It's unclear to me at this point if this is needed to leverage ADLS Gen2 storage or not.
As an owner of your Azure Storage account, you are not automatically assigned permissions to access data. You must explicitly assign yourself an RBAC role for Azure Storage. You can assign it at the level of your subscription, resource group, storage account, or a container or queue.
You cannot assign a role scoped to a container or queue if your storage account has a hierarchical namespace enabled.