Custom RBAC roll for PaaS Support

Anonymous
2022-04-08T12:02:42.067+00:00

Please let me know if there is any custom role already available for PaaS support.

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
663 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 27,301 Reputation points Microsoft Employee
    2022-04-12T06:43:54.42+00:00

    Hi @Anonymous ,

    Thanks for reaching out.

    I understand that you are looking for all roles which are required to access PaaS services to be included in single RBAC role.

    Unfortunately, Azure RBAC does not provide any built-in or custom role having all PaaS related operations in single RBAC role.

    However, RBAC provides several built-in roles to perform operation based on resource providers. eg. Microsoft.Storage resource provider provides Microsoft.Storage/storageAccounts/delete operation to delete Storage Account and Azure provides you the flexibility to combine several these operations by Azure RBAC to provide granular access control to resources based on your requirement.

    I would recommend you to identity all the permissions you need to access PaaS resources and create your own custom role based on the needs.

    Hope this will help.

    Thanks,
    Shweta

    --------------------------------------------

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments