@AdamCollins-2199 , can you please run the query below in logs to see if any data is getting into the Application Insights (Logs are generally available in "traces" / "AppTraces" table) -
union *
Depending on the output of the query, there could be 2 possibilities: -
1.
None of the telemetry information is getting into Application Insights - in this case, please ensure that the Application Insights is enabled. There are 2 methods to enable it
Depending on the method chosen, you could also check the "Troubleshooting Guides" available in these links for troubleshooting purpose
2. Some data is getting to AppInsights - In this case, please see the following
- Configuring logging in ApplicationInsights (the "Troubleshooting" section here contains information of most common issues and how to solve them)
Hope this helps. Please let me know if you have any questions.