Total de permissões
3Actions
0NotActions
0DataActions
0Role ID
2a2b9908-6ea1-4ae2-8e65-a410df84e7d1Categoria
StorageRisk 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
MicrosoftAllows for read access to Azure Storage blob containers and data
Role Definition (JSON)
{"Name": "Storage Blob Data Reader","Id": "2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","IsCustom": false,"Description": "Allows for read access to Azure Storage blob containers and data","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Blob Data Reader"
Azure CLI
az role definition list --name "Storage Blob Data Reader"