@AM Thanks for posting your query on Microsoft Q&A. Were you able to follow the process here to access the logs: https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-workspace#access-logs
To monitor an Azure Managed Grafana instance, the first step to take is to configure diagnostic settings. Ensure that you’ve correctly configured the diagnostic settings for your Azure Managed Grafana instance. https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-workspace#add-diagnostic-settings
The storage account should be in the same region as your Grafana instance.
Grafana logs aren't being sent to Storage Account
I am following the instructions here: https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-workspace
I am supposedly sending the diagnostic logs to a public facing storage account, and there are no logs appearing in the storage account. Has anyone ever got this working please? Or is it another of Microsoft's broken process?
2 answers
Sort by: Most helpful
-
KarishmaTiwari-MSFT 20,207 Reputation points Microsoft Employee
2024-09-18T22:14:26.1733333+00:00 -
Sander van de Velde | MVP 33,046 Reputation points MVP
2024-09-19T20:13:54.26+00:00 Hello @AM,
welcome to this moderated Azure community forum.
Many Azure services have the ability to add diagnostics.
As seen in the tutorial, you need to select a destination like a Storage account:
Make sure you select the right 'allLogs' option. The more checkboxes selected, the more events will be logged but this comes with extra storage costs.
Give the selected settings a proper name and save these settings.
It can take a moment before logging is collected.
If you do not trust this solution, try out eg. the EventHub and monitor that stream.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.