I have a .net 6 web app and is deployed to an azure app service. I wanted to configure app insights for it. The app insight is deployed and is enabled when you check the Application Insights menu under Settings of app service.
I am following the below link
Application Insights for ASP.NET Core applications
The instruction I am stuck at it Go to Project > Add Application Insights Telemetry.
I use my Visual studio with my organization id and the deployment is happening to client tenant. The id is only used for accessing client azure portal subscription and nothing else. When I go to the suggested menu option (as above) I get a pop up which has my org id and the subscription and resources under it. How do I perform this step without adding the account I use to access client azure portal?