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.