Skip to content

Commit 57732f7

Browse files
Merge pull request #214996 from pritamso/Broken-link-fix-guywi-ms
Broken link fixed
2 parents 1966b45 + 9ac578a commit 57732f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/manage-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ To create a [custom role](../../role-based-access-control/custom-roles.md) that
309309

310310
1. Select **JSON** and copy the `id` field.
311311

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.
313313

314314
1. Assign your custom role to the relevant users or groups:
315315
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
330330
1. Search for and select the relevant user or group and click **Select**.
331331
1. Select **Review and assign**.
332332

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:
334334

335335
```json
336336
{

0 commit comments

Comments
 (0)