unable to view Functions in Portal menu

Suresh Bettadapur 71 Reputation points
2023-07-17T10:11:55.2066667+00:00

I am not able to see Functions in Azure Portal on lefthand menu. Other members of the team are able to see it. I remember seeing this previously (~6 mths back). I am part of AD group with Contributor permissions (same as others). Any suggestions please? Please see below screenshots. Thanks

functions not visible.png

functions visible.png

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,856 Reputation points Microsoft Employee
    2023-07-17T20:19:40.7733333+00:00

    Definitely sounds like a permission issue @Suresh Bettadapur .

    The first thing to do is compare your access on that particular function app resource with those of your colleagues. You can do this by click on the "View my access" button under the "Access control (IAM)" blade. Another way to check your access is to run az functionapp function list --name <function_app_name> --resource-group <resource_group_name> or use Web Apps - List Functions - REST API (Azure App Service) | Microsoft Learn. When it fails, you should receive a message with the role access you're missing.

    Another possibility is the list of Functions has been moved (relocated) to the Overview blade as shown below.

    User's image

    1 person found this answer helpful.