Skip to content

Commit 18fc087

Browse files
committed
Update deny assignments, fix links
1 parent 9f8782b commit 18fc087

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/lighthouse/how-to/monitor-delegation-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ az role assignment create --assignee 00000000-0000-0000-0000-000000000000 --role
6161

6262
### Remove elevated access for the Global Administrator account
6363

64-
After you've assigned the Monitoring Reader role at root scope to the desired account, be sure to [remove the elevated access](../../role-based-access-control/elevate-access-global-admin.md#remove-elevated-access) for the Global Administrator account, as this level of access will no longer be needed.
64+
After you've assigned the Monitoring Reader role at root scope to the desired account, be sure to [remove the elevated access](../../role-based-access-control/elevate-access-global-admin.md) for the Global Administrator account, as this level of access will no longer be needed.
6565

6666
## View delegation changes in the Azure portal
6767

articles/role-based-access-control/elevate-access-global-admin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To remove the User Access Administrator role assignment at root scope (`/`), fol
105105

106106
### Step 1: Elevate access for a Global Administrator
107107

108-
Use the [Azure portal](#azure-portal) or [REST API](#rest-api) to elevate access for a Global Administrator.
108+
Use the Azure portal or REST API to elevate access for a Global Administrator.
109109

110110
### Step 2: List role assignment at root scope (/)
111111

@@ -237,9 +237,9 @@ Once you have elevated access, you can list all of the role assignments for a us
237237

238238
### Step 3: List deny assignments at root scope (/)
239239

240-
You can list all of the deny assignments for a user at root scope (`/`).
240+
Once you have elevated access, you can list all of the deny assignments for a user at root scope (`/`).
241241

242-
- Call GET denyAssignments where `{objectIdOfUser}` is the object ID of the user whose deny assignments you want to retrieve.
242+
- Call [Deny Assignments - List For Scope](/rest/api/authorization/deny-assignments/list-for-scope) where `{objectIdOfUser}` is the object ID of the user whose deny assignments you want to retrieve.
243243

244244
```http
245245
GET https://management.azure.com/providers/Microsoft.Authorization/denyAssignments?api-version=2022-04-01&$filter=gdprExportPrincipalId+eq+'{objectIdOfUser}'

0 commit comments

Comments
 (0)