No data is inserting in to Log analytics tables

Sini A 0 Reputation points
2023-12-04T16:27:33.07+00:00

No data is inserting in to Log analytics tables like AppRequests, AppDependencies etc.SO the perfomance ,failure , exception and live metrics not showing in appinsight. Same code base is in dev and test environment. In dev everything working fine. In test perfomance ,failure , exception and live metrics not showing

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,851 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,236 Reputation points Microsoft Employee
    2023-12-27T22:46:13.5666667+00:00

    Hi @Sini A

    Apologies for the late reply. When it comes to investigating why you aren't seeing telemetry related to app service in Azure Monitor, here are some things to check:

    1. Check if the Log Analytics workspace is correctly configured in the test environment. Ensure that the workspace is connected to the correct Azure resources and that the required data sources are enabled.
    2. Verify that the correct data is being sent to the Log Analytics workspace. Check if the data is being sent to the correct table and that the data is in the correct format.
    3. Check if there are any issues with the data ingestion pipeline. Ensure that the data ingestion pipeline is working correctly and that there are no issues with the data ingestion rules.
    4. Check if there are any issues with the Azure resources that are sending data to the Log Analytics workspace. Ensure that the resources are correctly configured and that there are no issues with the resource's connectivity to the Log Analytics workspace.
    5. Check if there are any issues with the AppInsights configuration. Ensure that the AppInsights resource is correctly configured and that the correct Log Analytics workspace is selected.

    If everything above checks out, I suggest collecting SDK log data first for any underlying errors. You can refer to the following docs for troubleshooting:

    If the issue persists, you can try recreating the Log Analytics workspace and reconfiguring the Azure resources to send data to the new workspace. If you need further assistance, please comment down below.