Skip to content

Commit 2a927a3

Browse files
Merge pull request #233856 from KrishnaG-MSFT/patch-283
(AzureCXP) MicrosoftDocs/azure-docs#107712
2 parents d3edb9a + 7634a08 commit 2a927a3

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
@@ -108,7 +108,7 @@ Save the access token from the response for use in the following HTTP requests.
108108
- **accessToken**: The authorization token acquired from the previous step.
109109

110110
```Shell
111-
curl -X POST 'https://<location>.monitoring.azure.com/<resourceId>/metrics' \
111+
curl -X POST 'https://<location>.monitoring.azure.com<resourceId>/metrics' \
112112
-H 'Content-Type: application/json' \
113113
-H 'Authorization: Bearer <accessToken>' \
114114
-d @custommetric.json

0 commit comments

Comments
 (0)