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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
309
309
310
310
1. Select **JSON** and copy the `id` field.
311
311
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.
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
315
1. Select **Access control (AIM)** > **Add** > **Add role assignment**.
@@ -330,7 +330,7 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
330
330
1. Search for and select the relevant user or group and click **Select**.
331
331
1. Select **Review and assign**.
332
332
333
-
1. Grant the users or groups read access to specific tables in a workspace by calling the https://management.azure.com/batch?api-version=2020-06-01 POST API and sending the following details in the request body:
333
+
1. Grant the users or groups read access to specific tables in a workspace by calling the `https://management.azure.com/batch?api-version=2020-06-01` POST API and sending the following details in the request body:
0 commit comments