A cloud-based identity and access management service for securing user authentication and resource access
That doesn't help me one bit.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
No Matter what i do, I can't assign him generic "Contributor" access under Roles. Therefore my developer cannot create a Function App with the proper RBAC permissions.
A cloud-based identity and access management service for securing user authentication and resource access
That doesn't help me one bit.
You arent reading what I'm writing. I was very clear I cannot do it.
Nope. Thats my point. It cannot be done. I can't assign him "Contributor" role. its not available
The inability to assign the Contributor role is an Azure RBAC permissions issue on the account that is trying to grant access, not on the developer’s account.
To allow the developer to create Function Apps, the following must be true:
Microsoft.Authorization/roleAssignments/write at the scope where the role is being assigned (subscription, resource group, or resource).
Once a user with the proper Microsoft.Authorization/roleAssignments/write permission assigns the Contributor role (or another role with write permissions) at the subscription or resource group level, the developer will be able to create Function Apps with the required RBAC permissions.
Also ensure that there are no RBAC, policy, or scope violations preventing Function App creation itself when the developer tries to create the resource.
References: