Hi Arif Usman
Duplicate entries in Azure Application Insights can occur for a couple of reasons, especially when using Log Analytics workspaces. One common cause is when both the default telemetry pipeline and Diagnostic Settings are configured to send the same data to the workspace. This can lead to duplicate results in your queries.
To avoid this, ensure that you do not configure Diagnostic Settings to send data to the same workspace that already collects Application Insights data. If you need to export data to a different workspace, consider using a Data Collection Rule (DCR) with a transformation and a custom table. This setup can help filter the data before ingestion and prevent duplicate records in your queries.
Additionally, if you have multiple agents (like both the Log Analytics agent and Azure Monitor Agent) installed on a virtual machine, this can also lead to duplicate records. In this case, you may need to configure your Log Analytics workspace to avoid collecting data that is already being collected by the Azure Monitor Agent.
Kindly let us know if the above helps or you need further assistance on this issue.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members.