Skip to content

Commit 94a1982

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#112220
Updates the type in "bearer" to start with uppercase "B" for client credential flow.
1 parent e738cbd commit 94a1982

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)