Contact Form

Name

Email *

Message *

Cari Blog Ini

Azure Rbac Overview

Azure Role-Based Access Control (Azure RBAC)

Azure RBAC Overview

Azure Role-Based Access Control (Azure RBAC) is the authorization system used to manage access to Azure resources. RBAC is a security approach that authorizes and restricts access based on the roles assigned to workers. Workers are grouped together based on the tasks they perform, and each role is granted a set of permissions to perform specific operations on resources.

Azure Built-In Roles

Azure RBAC provides several built-in roles that can be assigned to workers. These roles include:

  • Owner: Has full access to all resources within a subscription or resource group.
  • Contributor: Can create and manage resources within a subscription or resource group.
  • Reader: Can view resources within a subscription or resource group.
  • User Access Administrator: Can manage user access within a subscription or resource group.


Comments