Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mxrss2 opened this issue May 8, 2024 · 3 comments
Open

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

mxrss2 opened this issue May 8, 2024 · 3 comments
Assignees

Comments

@mxrss2
Copy link

mxrss2 commented May 8, 2024

image

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.

{
    "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": []
            }
        ]
    }
}
@mxrss2 mxrss2 changed the title Please Document what is required for the Please Document what is required for the Code + Test pane to work May 8, 2024
@bhagyshricompany bhagyshricompany self-assigned this May 20, 2024
@bhagyshricompany
Copy link

Thanks for informing will update.

@bhagyshricompany
Copy link

@fabiocav please comment and validate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants