Azure Monitor

Supported version: Cloud

API Rate Limit: 200 Requests per 30 seconds.

Supported Authentication: Custom Authentication(Supported from 6.5.9.1 Gathr Analytics Version).

To configure Azure Monitor Connector using Custom Authentication, follow the steps below:-

  1. Enter Azure Monitor URL: https://management.azure.com"

  2. Select Authentication Type as “Custom Authentication”.

  3. Select “Create New Account” and add user friendly name for account for e.g. “Azure Monitor Account”.

  4. Select “Method Type” as “POST”.

  5. Enter the following API in the Validation End Point section:

    Login Microsoftonline

  1. Enter the following details in End Point Body Parameters section:

    Key1: grant_type

    Value1: client_credentials

    Key2: client_id

    Value2: Your Client Id

    Key3: client_secret

    Value3: Your Client_Secret

    Key4: resource

    Value4: https://management.azure.com

  2. Select “Response_Key” from “Get_Credentials_From” section.

  3. Select “Authorization with Bearer Prefix” from “Operation’s Request Header Parameter” section.

  4. Enter the following value in “Parameter Key Name In Response” section: access_token

  5. Select “Read Expiration Time From Response” from Expiration Time section.

  6. Enter the following value in “Response Parameter key name containing expiration time” section: expires_in

  7. Select “Seconds” from “Expiration time parameter value’s unit or format” section.

  8. Click on “Save”.

IMPORTANT: Please make sure your Azure Monitor instance must be accessible from the Gathr Analytics Machine.

Top