Skip to content

Commit 89afc88

Browse files
committed
Added text about resource scope
1 parent 95e3e17 commit 89afc88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/role-based-access-control/role-assignments-rest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ In RBAC, to grant access, you add a role assignment. To add a role assignment, u
6161
> | `subscriptions/{subscriptionId1}/resourceGroups/myresourcegroup1` | Resource group |
6262
> | `subscriptions/{subscriptionId1}/resourceGroups/myresourcegroup1/providers/microsoft.web/sites/mysite1` | Resource |
6363
64+
In the previous example, microsoft.web is a resource provider that refers to an App Service instance. Similarly, you can use any other resource providers and specify the scope. For more information, see [Azure Resource providers and types](../azure-resource-manager/management/resource-providers-and-types.md) and supported [Azure Resource Manager resource provider operations](resource-provider-operations.md).
65+
6466
1. Replace *{roleAssignmentName}* with the GUID identifier of the role assignment.
6567
6668
1. Within the request body, replace *{scope}* with the scope for the role assignment.

0 commit comments

Comments
 (0)