Forum Discussion
Log Analytics RBAC
- Feb 08, 2020
Pavan_Gelli1910, you'll have to create a custom role for that. As you can see by the Log Analytics Contributor role details, there are some permissions that relate to what you need to accomplish, such as Microsoft.Insights/diagnosticSettings/*.
Try creating a custom role with these permissions and assign it to a test user. Beware of logging the test user out and in (in a new browser session) after assigning the role, just to be sure the permissions are loaded.
Hope that helps! If it doesn't work, then you'll probably need to add other permissions to the custom role. See here a complete list of available permissions for Log Analytics.
Pavan_Gelli1910, you'll have to create a custom role for that. As you can see by the Log Analytics Contributor role details, there are some permissions that relate to what you need to accomplish, such as Microsoft.Insights/diagnosticSettings/*.
Try creating a custom role with these permissions and assign it to a test user. Beware of logging the test user out and in (in a new browser session) after assigning the role, just to be sure the permissions are loaded.
Hope that helps! If it doesn't work, then you'll probably need to add other permissions to the custom role. See here a complete list of available permissions for Log Analytics.
hspinto Thank you for your support. To address my requirement I need to go with custom RBAC creation only.