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.

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