custom role
2 TopicsAzure RBAC Custom Role Best Practices or Common Build Patterns
As a platform admin, I want to grant application admins Contributor access while removing their ability to write or delete most Microsoft.Network resource types, with a few exceptions such as Private Endpoints, Network Interfaces, and Application Gateways. Based on the effective control plane permissions logic, we designed two custom roles. The first role is a duplicate of the Contributor role, but with Microsoft.Network//Write and Microsoft.Network//Delete added to notActions. The second role adds back specific Microsoft.Network operations using wildcarded resource types, such as Microsoft.Network/networkInterfaces/*. Application Admin Effective Permissions = Role 1 (Contributor - Microsoft.Network) + Role 2 (for example, Microsoft.Network/networkInterfaces/, Microsoft.Network/networkSecurityGroups/, Microsoft.Network/applicationGateways/write, etc.) I understand that Microsoft RBAC best practices recommend avoiding wildcard (*) operations. However, my team has found that building roles with individual operations is extremely tedious and time-consuming, especially when trying to understand the impact of each operation. Does anyone have suggestions for a simpler or more maintainable pattern for implementing this type of custom RBAC design?169Views1like2CommentsCustom Role for Template Admin?
Does anyone know if there is a Teams Role customization that would allow someone to Manage Teams Templates? DO NOT want user to have Complete Teams Admin role. Need is as this. We have Bids and Proposals Group that creates Teams for each opportunity. A few staff have been trained and given access to create new teams by using the O365 (aka Unified) group restriction of "AllowedtoCreateGroups" permission. We have standard files (Word, Excel) for managing the new Bids and now that Custom Teams Templates are a thing, We want to create standard Bids Teams using our own standard files. Problem is that I cannot figure out how to give the trained staff the ability to Manage the Custom Templates without them getting all the other Teams Admin rights. Do NOT want to use another Third Party solution. We already use Qorus integration for upstream and are trying to have more standardized internal Teams workflow. Any Ideas?Solved2.8KViews1like1Comment