When executing azd up, there is a warning if the user is not 'User Access Administrator' or 'Owner'. However, the built-in role Role Based Access Control Administrator
is the least privileged role to perform 'Microsoft.Authorization/roleAssignments/write'.
Link to issue in code:
|
"Ensure you have the 'User Access Administrator', 'Owner', or a custom role with "+ |
When executing
azd up, there is a warning if the user is not 'User Access Administrator' or 'Owner'. However, the built-in role Role Based Access Control Administratoris the least privileged role to perform 'Microsoft.Authorization/roleAssignments/write'.
Link to issue in code:
azure-dev/cli/azd/pkg/infra/provisioning/bicep/bicep_provider.go
Line 2247 in 0d0c25d