Hi, Jeff
You can take that error message, then reference: Azure built-in roles
What I usually do is do a Find (Ctrl+F) on the page for the permissions for example if we take a look at:
- Microsoft.Web/sites/config/list/action
There is nothing there, so lets go back to:
- Microsoft.Web/sites/config/list
Theres nothing, up until:
Microsoft.Web/sites/* | Create and manage websites (site creation also requires write permissions to the associated App Service Plan) |
---|---|
The wildcard (*) represents everything, underneath including list and action/write etc.
In this example the rights are: Website Contributor.
You could either give the user Website Contributor rights, or create your own custom role, with the specific permission that they need.