Grafana Server and Microsoft Graph using Infinity data source

Hi Grafana Community,

Is there a document I can follow on how to get the Infinity data source working with Microsoft Graph?

I want this to work:

https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews?$select=service,status

Thank you in advance!

-Andrew

Data source config:

Explore:

I figured it out:

Authentication: OAuth2
Grant type: Client Credentials
Scopes: https://graph.microsoft.com/.default

Here is the trick:

add Endpoint param resource with value https://graph.microsoft.com

1 Like