- Navigate to the code editor in the Azure Management portal of any Azure Function. You will notice a bar at the bottom with the title Logs. Click on the bar to expand it. After expanding, it should look like what is shown in the following screenshot, where you can view all the logs that show the events that happen after you open it:
- Let's navigate to Monitor tab to view all the past events that happened with the Azure Function. The following is the list of events that happened in the RegisterUser function that we created in our previous chapters:
- Click on any of the log items for which the Status is a success. As shown ...