Jayashree Madanala
Jayashree Madanala

Reputation: 409

azure log analytics API authentication

Need help in authorizing/authenticating the azure log analytics API. Does client credentials supported, if yes any examples can you share

Upvotes: 0

Views: 393

Answers (1)

SwathiDhanwada
SwathiDhanwada

Reputation: 528

The Log Analytics API supports Azure Active Directory authentication with three different Azure AD OAuth2 flows:

  • Client credentials
  • Authorization code
  • Implicit

For more information, you can refer this document.

Upvotes: 0

Related Questions