Home > Net >  how to check the logs in Azure portal in Application Insights for a specific user id or employee id?
how to check the logs in Azure portal in Application Insights for a specific user id or employee id?

Time:01-06

I am new to Azure.

In our application, some users are not able to log in and I want to check the response of the APIs for a particular user. but I am not able to search failures/exceptions by user-id/employee id.

How can I do that?

Thanks in advance!

CodePudding user response:

You can Open the App Insights resource you created and select Users in the left navigation menu.

In this view, you can see how many people have used the app , the number of sessions for the app and the number of events logged and other details.

In the Events view, you get a summary of all the screens viewed across all app sessions.

enter image description here

To know more about application insights you can refer this link.

  •  Tags:  
  • Related