How to identify applications sending data to an Application insights ?

anil kumar 1,646 Reputation points
2023-06-19T05:37:29.2233333+00:00

Hello,

Could you please help me in identifying all the applications sending data to an Application insights ?

Applicate your Response. Thank you!!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
0 comments No comments
{count} votes

Accepted answer
  1. AnuragSingh-MSFT 21,546 Reputation points Moderator
    2023-06-20T08:31:00.61+00:00

    @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:

    1. In Azure portal --> your AppInsights instance
    2. 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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.