-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update prometheus-grafana.md #128068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update prometheus-grafana.md #128068
Conversation
Added necessary permissions to access LAW and ALB logs and metrics.
|
@WolfgangOfner : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 686a687: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation about required Azure RBAC permissions for Grafana to access Log Analytics Workspace (LAW) and Application Gateway for Containers metrics. The changes address scenarios where Grafana lacks default access to these resources by instructing users to assign the Monitoring Reader role to Grafana's managed identity.
- Added guidance for assigning Monitoring Reader role to access custom Log Analytics Workspaces
- Added guidance for assigning Monitoring Reader role to access Application Gateway for Containers metrics
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
articles/application-gateway/for-containers/prometheus-grafana.md
Outdated
Show resolved
Hide resolved
articles/application-gateway/for-containers/prometheus-grafana.md
Outdated
Show resolved
Hide resolved
articles/application-gateway/for-containers/prometheus-grafana.md
Outdated
Show resolved
Hide resolved
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Co-authored-by: Copilot <[email protected]>
|
Learn Build status updates of commit 2d58be2: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit bf571c8: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Thanks for the suggestion, @WolfgangOfner. In the pre-requisites of the article, the required permissions are called out. Your addition is not needed when follow as written. #please-close |
Added necessary permissions to access LAW and ALB logs and metrics.
Grafana only has access to the default Log Analytics Workspace. If another LAW is used then Grafana won't see it. After assigning the Monitoring Reader role, Grafana can see the LAW and the user can select it as a data source.
The same for the application gateway for containers, except Grafana never has default access and always needs the Monitoring Reader role (or similar) assigned to read and display the data.