Home > Software design >  How to log into an Azure Managed Grafana with personal account
How to log into an Azure Managed Grafana with personal account

Time:06-14

I would like to try out Azure Managed Grafana, but I cannot log in with the Microsoft account that owns the resource (and the subscription).

I get the error "You can't sign in here with a personal account. Use your work or school account instead.".

This is a personal subscription, and this account has the Grafana Admin role.

What am I missing?

Microsoft login prompt showing the text "You can't sign in here with a personal account. Use your work or school account instead."

CodePudding user response:

As per documentation:

Azure Managed Grafana doesn't support personal Microsoft accounts (a.k.a., MSA) currently.

You can refer to Grafana role assignment using Azure AD OAuth, Role mapping issue with AzureAD, and Manage users globally

  • Related