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?