Recently, I deployed a web application using Azure App Service. It's in the free tier service plan. I would like to access the logs of this web application and the IP address of the users who accessed my web application. How to find this information?
1 Answers
1
votes
You'll need to enable Application Insights and use Web server telemetry
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-data-retention-privacy
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net