Forum Discussion
jwrossi
Sep 28, 2020Copper Contributor
Shared Dashboard Permissions - LA Queries Across Workspaces
Hi, We have numerous subscriptions (one per customer) in Azure. Each subscription has its own Log Analytics workspace. We have a governance subscription where I have created Log Analytics alerts (CP...
-Akos-
Sep 30, 2020Brass Contributor
jwrossi But isn't a dashboard just the graphical version of the query?
jwrossi
Oct 01, 2020Copper Contributor
-Akos- Yes, but I only want them to be able to see the results of specific queries that I choose (CPU, Memory, Disk). I don't want them to be able to create their own queries and query for any information they choose to. These are Service Desk personnel and I don't want them to have this capability.
- -Akos-Oct 02, 2020Brass Contributor
jwrossi Hmm, It doesn't seem like that would be possible, but you could create an RBAC role that would only limit access to certain tables, (see https://docs.microsoft.com/en-us/azure/azure-monitor/platform/manage-access), alternatively you could push the data to PowerBI, and create a report there, and then you can keep the service desk away from Log Analytics altogether.