We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74706ea + 35c357b commit ec8a1f2Copy full SHA for ec8a1f2
articles/azure-monitor/essentials/metrics-store-custom-rest-api.md
@@ -202,7 +202,7 @@ Submit the following HTTP POST request by using the following variables:
202
+ `accessToken`: The authorization token acquired from the *Get an authorization token* step.
203
204
```console
205
- curl -X POST 'https://<location>/.monitoring.azure.com<resourceId>/metrics' \
+ curl -X POST 'https://<location>.monitoring.azure.com/<resourceId>/metrics' \
206
-H 'Content-Type: application/json' \
207
-H 'Authorization: Bearer <accessToken>' \
208
-d @custommetric.json
0 commit comments