You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az role assignment create --assignee $grafanaIdentity --role "Monitoring Data Reader" --scope /subscriptions/$subscriptionId/resourceGroups/$resourceGroup
83
+
az role assignment create --assignee $grafanaIdentity --role "Monitoring Reader" --scope /subscriptions/$subscriptionId/resourceGroups/$resourceGroup
83
84
84
85
if [[ -z$(az grafana data-source show -n $grafanaName --data-source "Azure Managed Prometheus-1"2>/dev/null | jq .name) ]];then
0 commit comments