I was looking at a way to report browser usage statistics through Application Insights.
Here are the required steps:
- Browse to the Application Insights resource in the Azure Portal
- Go to the Monitoring section and click on Logs
- Click on Get Started on the Welcome screen
- Close the queries screen
- Enter the following query and click on Run
- pageViews | summarize count() by client_Browser
- Check the results