What permission is required to give another user access to log stream for a function app?

RedmondUrbino 0 Reputation points
2024-09-12T23:15:38.6733333+00:00

Kazoobot is the owner. As Kazoobot, I can see the log stream action in the function app. I gave the user kazoodeveloper contributor access. But even with contributor access which is just short of owner. the log stream option is not showing up. How do I get the log stream option to show for the kazoodeveloper user?

Screenshot 2024-09-12 at 4.04.34 PM

Screenshot 2024-09-12 at 4.07.17 PM

Screenshot 2024-09-12 at 4.09.33 PM

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,631 Reputation points Microsoft Employee
    2024-09-13T20:08:48.3533333+00:00

    Hi @RedmondUrbino

    Contributor role should be more than sufficient, but you can refer to Troubleshooting Log Stream data not loading/populating in App Services - Microsoft Community Hub to try to see what the issue may be. You can have kazoodeveloper to see if they can access the Kudu console. In addition, they can see if they get any errors when using az webapp log tail --name <FunctionAppName> --resource-group <ResourceGroupName> CLI command. Comment down below if you need further assistance.

    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.