Skip to content

Commit 0d25c9e

Browse files
committed
Role read permissions text with include
1 parent 9d45a65 commit 0d25c9e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

articles/role-based-access-control/built-in-roles/privileged.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,14 @@ Lets one read and manage all the reservations in a tenant
177177

178178
Manage access to Azure resources by assigning roles using Azure RBAC. This role does not allow you to manage access using other ways, such as Azure Policy.
179179

180+
[!INCLUDE [role-read-permissions.md](../includes/role-read-permissions.md)]
181+
180182
> [!div class="mx-tableFixed"]
181183
> | Actions | Description |
182184
> | --- | --- |
183185
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/roleAssignments/write | Create a role assignment at the specified scope. |
184186
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/roleAssignments/delete | Delete a role assignment at the specified scope. |
185-
> | */read | Read resources of all types, except secrets. |
187+
> | */read | Global read of all Azure resources and all types, except for secrets. |
186188
> | [Microsoft.Support](../permissions/general.md#microsoftsupport)/* | Create and update a support ticket |
187189
> | **NotActions** | |
188190
> | *none* | |
@@ -222,12 +224,14 @@ Manage access to Azure resources by assigning roles using Azure RBAC. This role
222224

223225
Lets you manage user access to Azure resources.
224226

227+
[!INCLUDE [role-read-permissions.md](../includes/role-read-permissions.md)]
228+
225229
[Learn more](/azure/role-based-access-control/rbac-and-directory-admin-roles)
226230

227231
> [!div class="mx-tableFixed"]
228232
> | Actions | Description |
229233
> | --- | --- |
230-
> | */read | Read resources of all types, except secrets. |
234+
> | */read | Global read of all Azure resources and all types, except for secrets. |
231235
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/* | Manage authorization |
232236
> | [Microsoft.Support](../permissions/general.md#microsoftsupport)/* | Create and update a support ticket |
233237
> | **NotActions** | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: rolyon
3+
ms.service: role-based-access-control
4+
ms.topic: include
5+
ms.date: 01/31/2025
6+
ms.author: rolyon
7+
---
8+
9+
This role includes global read permissions with the `*/read` action. Users with this role can read all Azure resources of all types, except for secrets.

0 commit comments

Comments
 (0)