Send Data from a azure webapp to 2 azure application insights in two different azure subscriptions

César Castillo López 1 Reputation point
2020-11-02T04:45:50.833+00:00

Hello I hope you can help me.

I have a azure webapp that is basically an api programmed in dotnet core, this is connected to an azure application insights where we monitor the api, the problem I have is that only one person on my team has access to these two resources(webapp and app insights), basically the permission is a bureaucratic management that does not end resolving.

I need the data stored in the insights application to be replicated in another insights application in a new azure subscription that we already created where all team members have access.

What can I do to solve this problem?

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,186 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,642 questions
{count} votes

1 answer

Sort by: Most helpful
  1. bharathn-msft 5,096 Reputation points Microsoft Employee
    2020-11-04T02:10:46.053+00:00

    @César Castillo López - Thanks again for your query and using Microsoft Q&A Platform.

    Resurfacing the information from the comments here for broader community usage.

    There isn't any supported way to replicate from one Application insights instance to another, one of the possibility is to explore Workspace-based Application Insights resources , however this might incur some cost based on where you are hosting the Log Analytics work space and also in your case you might have to figure out the permissions needed to send logs from more restricted subscription to a less restricted subscription. Please be aware that migrating to a workspace-based resource will not replicate all the existing data. Only new data starts flowing to the new Log Analytics resource, and the old data remains in the old Application Insights resource.

    Approach to use Workspace based Application insights might force to create new Application Insights instance and also have your web app point to it.

    Hope this information helps, please feel free to revert back if you have any further queries.

    0 comments No comments

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.