Skip to content

Commit 14150ed

Browse files
Merge pull request #246749 from KrishnaG-MSFT/patch-324
(AzureCXP) MicrosoftDocs/azure-docs#112871
2 parents 82cc065 + ee2e1b8 commit 14150ed

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)