Unable to view Invocation Logs in Function App

Shubham Mishra 0 Reputation points
2024-05-28T09:37:11.93+00:00

Hi All,

We have a function app running and Me and few other teammates are able to view the invocation Logs in function app. But few people in other team reporting the issue with viewing the invocation logs in functions, asking to configure. but while configuring they are getting error.

Since the app insights is already enabled and we are able to view Invocation Logs then why other teams are not able to view?

Can anyone help me with this?

Thanks in advance.

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

1 answer

Sort by: Most helpful
  1. akinbade abiola 9,390 Reputation points
    2024-05-28T10:21:28.71+00:00

    Hello Shubham Mishra,

    Thanks for your question.

    Since some team members can and some cant is likely an issue related to permissions and access control.

    You will need to confirm and compare the access of those who can to those who don't on these scopes:

    • App insights
    • Azure Function App Role Assignments

    To do the above, see:

    https://learn.microsoft.com/en-us/azure/role-based-access-control/check-access

    Please let me know if you have further questions

    You can mark it 'Accept Answer' if this helped.