RBAC controls who can access an Azure resource. It is a separate set of roles and permissions, that has nothing to do with the data stored. To check this feature, click on the Access control (IAM) blade:
On the preceding screen, you can see that I have three different apps (services) and one user assigned to the resource. They also have different roles:
- Owner: Full access including determining who can access the resource
- Contributor: Full access excluding determining who can access the resource
If you click the Roles button, you will see a full list of possible roles for the ADLS:
Using the Access Control (IAM) blade, you can easily ...