@anil kumar , Thank you for the question.
The easiest way to identify all the applications sending data to AppnIsights would be using the steps below:
- In Azure portal --> your AppInsights instance
- Click on "Logs" from the ApplicationInsights resource manu
union * | distinct cloud_RoleName, cloud_RoleInstance
The query unions the information in all the table and displays distinct "cloud_RoleName" and "cloud_RoleInstance" which helps identify the source of this telemetry. For information on cloud_RoleName and instance, please see Set or override cloud role name.
Hope this helps.
If the answer did not help, please add more context/follow-up question for it, and we will help you out. Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.