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?