Azure / Azure/Azure-Functions

Please Document what is required for the Code + Test pane to work

Open
#2,479 4 comments 0 reactions 1 assignee Claimed by @bhagyshricompany View on GitHub
area: documentation
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

![image](https://github.com/Azure/Azure-Functions/assets/32995077/9ab7f879-0921-4a22-b422-35d288329eec)

Please put the actual minimum permissions to get this to work -- this is extremly frustrating -- granting my devs contributor access to just test a function is nuts.

These are the perms i set and if some arent in there it sort of works but obviously wont run the function.

```json
{
"id": "",
"properties": {
"roleName": "Azure Func Exector",
"description": "V2",
"assignableScopes": [

],
"permissions": [
{
"actions": [
"microsoft.web/sites/functions/action",
"microsoft.web/sites/functions/delete",
"microsoft.web/sites/functions/listsecrets/action",
"microsoft.web/sites/functions/read",
"microsoft.web/sites/functions/write",
"microsoft.web/sites/functions/masterkey/read",
"microsoft.web/sites/functions/token/read",
"Microsoft.Web/sites/config/list/Action",
"microsoft.web/sites/host/sync/action",
"microsoft.web/sites/host/listkeys/action",
"microsoft.web/sites/functions/listkeys/action"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.