Need help giving one user access to the function menu, inside Function App

A1-IT-PC 0 Reputation points
2023-07-19T15:22:43.0333333+00:00

My issue is that I am trying to give one user access to see and create function, inside Function App. I am not sure what kind of permission is needed for that. I gave the user the Contributor's and still the user cant see the function item in the menu:

User's image

This is what I am trying to get the user to see:

User's image

Thank you in advance.

PC

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2023-07-20T12:09:33.94+00:00

    @A1-IT-PC Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    To test this behavior, we have created a sample user in our subscription and given contributor access at function app level only. Post that when we tried to log-in to portal with that user credentials, we are able to see the function app, enable and disable the functions inside the function app without any issues.

    In your earlier response you have mentioned that you have assigned the user with contributor access and still user is not able to access/see the functions at which scope (either at function App level or resource group level or at subscription level) you have given contributor role?

    Once a particular role is assigned to user it will take some time to propagate the access to the user. Can you ask the specific user to try signing-out and sign-in again and check.

    Also, could you please ask the user to run this cmdlet in your local PowerShell or in cloud shell Get-AzRoleAssignment -ObjectId "<UserObjectId>" to see what permissions has been assigned to him.

    If you are still facing the issue, please send an email with subject line “Attn:Venkatesh|thread title” to AzCommunity@microsoft.com referencing this thread with the above cmdlet output as well, I will follow-up with you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.