Skip to content

Commit 742639b

Browse files
Merge pull request #245615 from AnuragSingh-MSFT/patch-16
(AzureCXP) fixes MicrosoftDocs/azure-docs#112220
2 parents 0c59c67 + 94a1982 commit 742639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/api/access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the token in requests to the Log Analytics endpoint:
152152
POST /v1/workspaces/your workspace id/query?timespan=P1D
153153
Host: https://api.loganalytics.azure.com
154154
Content-Type: application/json
155-
Authorization: bearer <your access token>
155+
Authorization: Bearer <your access token>
156156
157157
Body:
158158
{

0 commit comments

Comments
 (0)