Skip to content

Commit ec8a1f2

Browse files
Merge pull request #122691 from opensourcevk/main
feat: fixed typo
2 parents 74706ea + 35c357b commit ec8a1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -202,7 +202,7 @@ Submit the following HTTP POST request by using the following variables:
202202
+ `accessToken`: The authorization token acquired from the *Get an authorization token* step.
203203

204204
```console
205-
curl -X POST 'https://<location>/.monitoring.azure.com<resourceId>/metrics' \
205+
curl -X POST 'https://<location>.monitoring.azure.com/<resourceId>/metrics' \
206206
-H 'Content-Type: application/json' \
207207
-H 'Authorization: Bearer <accessToken>' \
208208
-d @custommetric.json

0 commit comments

Comments
 (0)