Log Analytics Contributor
PrivilegiadaContributorIAM ScopeMonitoring·14 permissões
Dado verificado em · Fonte
Total de permissões
14Actions
0NotActions
0DataActions
0Role ID
92aaf0da-9dab-42b6-94a3-d43ce8d16293Categoria
MonitoringRisk Tier
Contributor (CTB)Risk Tier: Contributor
Grants full write access to create and manage all resources but cannot assign roles or manage access to others.
Descrição
MicrosoftLog Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; adding solutions; and configuring Azure diagnostics on all Azure resources.
Role Definition (JSON)
{"Name": "Log Analytics Contributor","Id": "92aaf0da-9dab-42b6-94a3-d43ce8d16293","IsCustom": false,"Description": "Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; adding solutions; and configuring Azure diagnostics on all Azure resources.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Log Analytics Contributor"
Azure CLI
az role definition list --name "Log Analytics Contributor"