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 d3edb9a + 7634a08 commit 2a927a3Copy full SHA for 2a927a3
articles/azure-monitor/essentials/metrics-store-custom-rest-api.md
@@ -108,7 +108,7 @@ Save the access token from the response for use in the following HTTP requests.
108
- **accessToken**: The authorization token acquired from the previous step.
109
110
```Shell
111
- curl -X POST 'https://<location>.monitoring.azure.com/<resourceId>/metrics' \
+ curl -X POST 'https://<location>.monitoring.azure.com<resourceId>/metrics' \
112
-H 'Content-Type: application/json' \
113
-H 'Authorization: Bearer <accessToken>' \
114
-d @custommetric.json
0 commit comments