Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.68 KB

File metadata and controls

64 lines (53 loc) · 1.68 KB
title Azure built-in roles for General - Azure RBAC
description This article lists the Azure built-in roles for Azure role-based access control (Azure RBAC) in the General category. It lists Actions, NotActions, DataActions, and NotDataActions.
ms.service role-based-access-control
ms.topic generated-reference
ms.workload identity
author rolyon
manager pmwongera
ms.author rolyon
ms.date 02/23/2026
ms.custom generated

Azure built-in roles for General

This article lists the Azure built-in roles in the General category.

Reader

View all resources, but does not allow you to make any changes.

[!INCLUDE role-read-permissions.md]

Learn more

[!div class="mx-tableFixed"]

Actions Description
*/read Read control plane information for all Azure resources.
NotActions
none
DataActions
none
NotDataActions
none
{
  "assignableScopes": [
    "/"
  ],
  "description": "View all resources, but does not allow you to make any changes.",
  "id": "/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7",
  "name": "acdd72a7-3385-48ef-bd42-f606fba81ae7",
  "permissions": [
    {
      "actions": [
        "*/read"
      ],
      "notActions": [],
      "dataActions": [],
      "notDataActions": []
    }
  ],
  "roleName": "Reader",
  "roleType": "BuiltInRole",
  "type": "Microsoft.Authorization/roleDefinitions"
}

Next steps