Basically I'm trying to implement with Azure the following AWS pattern:
- Assign an IAM role to an Vm (Aws instance equivalent)
- Allow this role to access a certain container (AWS bucket equivalent) as read only and download from there
How it this possible with Azure?
The equivalent to IAM in AWS to Azure is Role-Based Access Control .
You can use Role-Based Access Control to manage access to your Azure subscription resources.
Also if you wish you can create custom roles you can refer this, Creating custom roles for Azure Role-Based Access Control.
You can refer this for custom user roles, Assign custom roles for internal and external users