Azure Log Analytics · Authentication Profile

Azure Log Analytics Authentication

Authentication

Azure Log Analytics secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the implicit flow(s).

AnalyticsAzureCloudLoggingMonitoring
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: implicit API key in: header

Security Schemes

bearerAuth http
scheme: bearer
oauth2 oauth2
· flows: implicit
apiKeyAuth apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-log-analytics-ingestion-api.yaml, openapi/azure-log-analytics-management-api.yaml,
  openapi/azure-log-analytics-query-api.yaml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - implicit
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Microsoft Entra ID OAuth2 Bearer token obtained via client credentials flow.
    Use scope https://monitor.azure.com/.default for Azure public cloud.
  sources:
  - openapi/azure-log-analytics-ingestion-api.yaml
  - openapi/azure-log-analytics-query-api.yaml
- name: oauth2
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    scopes: 1
  description: Azure Active Directory OAuth2 implicit flow.
  sources:
  - openapi/azure-log-analytics-management-api.yaml
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: API key authentication for the demo workspace only. Use DEMO_KEY with workspace
    ID DEMO_WORKSPACE for sample data exploration.
  sources:
  - openapi/azure-log-analytics-query-api.yaml