Hello all,
I am looking to see if anyone can assist with implementing custom role based access control. My understanding is the Custom RBAC can only be created using portal, Powershell, CLI and REST API. Maybe I am getting it all wrong together.
Requirement is to create a custom role and provide with elevated privilege who can login with that role and manage the PostgreSQL DB. This role also should have the Azure Storage account access and Log Analytics workspace access to read and write logs.
Edit -- If I have 5 PostgreSQLDBs in the same resource group and if custom RBAC role is defined at resource group level as scope this role will be applied to all 5 DBs right? What if I need to restrict this role and permissions for one particular DB out of 5? Is this possible?
Can someone help me or guide me each step that I need to follow to create it?