Total de permissões
13Actions
0NotActions
0DataActions
0Role ID
de139f84-1756-47ae-9be6-808fbbe84772Categoria
AppServiceRisk 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
MicrosoftLets you manage websites (not web plans), but not access to them.
Role Definition (JSON)
{"Name": "Website Contributor","Id": "de139f84-1756-47ae-9be6-808fbbe84772","IsCustom": false,"Description": "Lets you manage websites (not web plans), but not access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Website Contributor"
Azure CLI
az role definition list --name "Website Contributor"