Skip to content

Commit 1c236b6

Browse files
committed
fnal
1 parent c487406 commit 1c236b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/essentials/metrics-store-custom-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To submit custom metrics to Azure Monitor, the entity that submits the metric ne
4444
4545
### Get an authorization token
4646

47-
Once you have created your managed identity or service principal and assigned **Monitoring Metrics Publisher** permissions, you can get an authorization token by using the following methods.
47+
Once you have created your managed identity or service principal and assigned **Monitoring Metrics Publisher** permissions, you can get an authorization token.
4848
When requesting a token specify `resource: https://monitoring.azure.com`.
4949

5050
[!INCLUDE [Get a token](../includes/get-authentication-token.md)]

articles/azure-monitor/includes/get-authentication-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Resources include:
2020

2121

2222
## [REST](#tab/rest)
23-
23+
### Get a token using a REST request
2424
Use the following REST API call to get a token.
2525
This request uses a client ID and client secret to authenticate the request. The client ID and client secret are obtained when you register your application with Microsoft Entra ID. For more information, see [Register an App to request authorization tokens and work with APIs](/azure/azure-monitor/logs/api/register-app-for-token?tabs=portal)
2626

@@ -49,7 +49,7 @@ The response body appears in the following format:
4949
```
5050

5151
## [CLI](#tab/cli)
52-
### Get a token Azure CLI
52+
### Get a token using Azure CLI
5353
To get a token using CLI, you can use the following command
5454

5555
```bash

0 commit comments

Comments
 (0)