Skip to main content
Jorge Bernhardt Jorge Bernhardt

Azure Role-based Access Control (RBAC)

2023

Bicep - Azure Custom Roles Definitions
·957 words·5 mins· 100 views · 5 likes
Azure CLI Azure Role-based Access Control (RBAC) Microsoft Microsoft Azure
Hello everyone! Today, I want to talk about custom roles in Azure. Azure gives us many roles to use, but sometimes, they don’t do exactly what we want. So, we need to make our own roles that do the exact job.

2019

How to create and manage custom roles using Azure PowerShell
·414 words·2 mins· 100 views · 5 likes
Azure PowerShell Azure Role-based Access Control (RBAC) Azure governance Get-AzRoleDefinition
Sometimes it is necessary to create a new role to adjust it to our needs. Today, I want to show you how to create a custom role using Azure PowerShell with the JSON template.