Application Insights added ConnectedService.json file to my project, what does this do?
问题 I have added application insights to my asp.net 4.6 web application. This also added the file Service References\Application Insights\ConnectedService.json The contents of this file: { "ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider", "Version": "7.1.719.1", "GettingStartedDocument": { "Uri": "https://go.microsoft.com/fwlink/?LinkID=613413" } } What is this file for? It does not seem to provide any logic to my application and does not seem to be required