You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/manage-access.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
282
282
283
283
1. Create a custom role that grants read access to table data, based on the built-in Azure Monitor Logs **Reader** role:
284
284
285
-
1. Navigate to your workspace and select **Access control (AIM)** > **Roles**.
285
+
1. Navigate to your workspace and select **Access control (IAM)** > **Roles**.
286
286
287
287
1. Right-click the **Reader** role and select **Clone**.
288
288
@@ -300,8 +300,8 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
300
300
301
301
1. Select **Review + Create** at the bottom of the screen, and then **Create** on the next page.
302
302
1. Copy the custom role ID:
303
-
1. Select **Access control (AIM)** > **Roles**.
304
-
1.Right-click on your custom role and select **Edit**.
303
+
1. Select **Access control (IAM)** > **Roles**.
304
+
1.Select your custom role and click on **View**.
305
305
306
306
This opens the **Custom Role** screen.
307
307
@@ -312,7 +312,7 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
312
312
You'll need the `/providers/Microsoft.Authorization/roleDefinitions/<definition_id>` value when you call the `https://management.azure.com/batch?api-version=2020-06-01` POST API.
313
313
314
314
1. Assign your custom role to the relevant users or groups:
315
-
1. Select **Access control (AIM)** > **Add** > **Add role assignment**.
315
+
1. Select **Access control (IAM)** > **Add** > **Add role assignment**.
316
316
317
317
:::image type="content" source="media/manage-access/manage-access-add-role-assignment-button.png" alt-text="Screenshot that shows the Access control screen with the Add role assignment button highlighted." lightbox="media/manage-access/manage-access-add-role-assignment-button.png":::
0 commit comments