Skip to content

Commit 7258228

Browse files
Merge pull request #239528 from KrishnaG-MSFT/patch-294
(AzureCXP) MicrosoftDocs/azure-docs#109934
2 parents 376347c + a7cff5e commit 7258228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/prometheus-api-promql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ curl -X POST 'https://login.microsoftonline.com/<tennant ID>/oauth2/token' \
7777
-H 'Content-Type: application/x-www-form-urlencoded' \
7878
--data-urlencode 'grant_type=client_credentials' \
7979
--data-urlencode 'client_id=<your apps client ID>' \
80-
--data-urlencode 'client_secret=<your apps client secret' \
80+
--data-urlencode 'client_secret=<your apps client secret>' \
8181
--data-urlencode 'resource=https://prometheus.monitor.azure.com'
8282
```
8383

@@ -211,4 +211,4 @@ For more information on Prometheus metrics limits, see [Prometheus metrics](../.
211211
[Azure Monitor workspace overview](./azure-monitor-workspace-overview.md)
212212
[Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md)
213213
[Overview of Azure Monitor Managed Service for Prometheus](./prometheus-metrics-overview.md)
214-
[Query Prometheus metrics using Azure workbooks](./prometheus-workbooks.md)
214+
[Query Prometheus metrics using Azure workbooks](./prometheus-workbooks.md)

0 commit comments

Comments
 (0)