Azure RBAC FROM CLI
- JMES Path tutorial: Refer Here
Activity 1
- Create a custom role which has SQL, Virtual Machines, Storage account contributor permissions in one json file
- Get the existing role defintions from Azure CLI
az role definition list --name "Virtual Machine Operator" - Create a role by using CLI
- Refer Here for the custom rbac policy
- Refer Here for the official docs for creating role from cli
-
Next Steps:
- Create roles from powershell
- Create deny assignment
