asp.net - Application Insights added ConnectedService.json file to my project, what does this do? -


i have added application insights asp.net 4.6 web application.

this added file service references\application insights\connectedservice.json

the contents of file:

{ "providerid": "microsoft.applicationinsights.connectedservice.connectedserviceprovider", "version": "7.1.719.1", "gettingstarteddocument": { "uri": "https://go.microsoft.com/fwlink/?linkid=613413" } }

what file for? not seem provide logic application , not seem required work.

this file maker visual studio "connected services" tooling application insights (or other connected service) installed, version of service installed it, , go getting started documents. file not compiled app, not set content included in project or else, there connected services know things you've installed.

this info shows in solution explorer in folder called "service references", , you'll see of connected services you've added way. can double click node there re-open documentation.

to see other services available, can right click project, go add->connected service , see more items there.

for more information, can see channel 9 video: https://channel9.msdn.com/shows/visual-studio-toolbox/connected-services


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -