Azure Role Based Access Control (Azure RBAC) contd..
- Activity 4:
- Create a Resource Group resg1
- Add a virtual machine into the resource group (free)
- Add a storage account
- Create a Resource Group resg2
- Add an SQL Database
- Create a custom role which can
- start, stop virtual machines
- perform Read operations on anything
- Assign the role to a user at subscription level
- Ensure this user can also delete sqlserver and sql database at resg2 level
- Ensure this user user can modify storage account at resg1 level.
- In the same way create the modify storage account at assign at resource group level
- Finish the rest of steps and verify access and confirm whether its working or not.
- Create a Resource Group resg1
