1

Can we seperate one application insight based on request Means

i dont know how to explain the problem? Because this is not a problem/issue . it's an requirement Provided by client.

Requirement: I have on function app like ApplicationX .

We can hit our function app from different clients like Applicationy and Applicationz.

When we are creating a funtion app at the same time we can enable application insight for respective function app.

but when we are hitting function app from Application y and Application z the respetive function app application insights are maintaining traces of these applications mixedly.

But i wanted to seperate these traces in one appicationnsight based on application . I hope u people understand what i want to explain. Any help is appreciated.

enter image description here

Community
  • 1
  • 1
NarsingRao
  • 47
  • 7

1 Answers1

0

You would have below options if "Cloud role instance" is not helping -

  1. You can capture the client IP which is invoking your function app and store it in Application Insights and see if that helps you segregate the Application Y and Z in your case.
  2. Write custom telemetry with in the function app to read the client y/z name and send it to Application Insights for you to filter.

Related thread link.

Hope the above information helps.

bharathn-msft
  • 877
  • 5
  • 10