Simplifying role assignments in Bicep with roleDefinitions()
Bicep v0.42.1 introduces roleDefinitions() function, simplifying role assignments by replacing hardcoded GUIDs with role names.
Bicep v0.42.1 introduces roleDefinitions() function, simplifying role assignments by replacing hardcoded GUIDs with role names.
A guide to using a shared variable file pattern in Azure Bicep to simplify and automate Azure RBAC role assignments with IntelliSense support.
A guide on creating Azure role assignments at different scopes (Management Group, Subscription, Resource Group) using Bicep infrastructure-as-code.
A PowerShell script to identify and remove stale Azure AD role assignments where the associated identity no longer exists, helping clean up access control lists.
Guide on securing Azure Storage Accounts with RBAC using Azure CLI for user and service principal role assignments.