Skip to content

Instantly share code, notes, and snippets.

@johndownskloud
Created September 7, 2017 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndownskloud/eec0a8ffbe4167187dc384af90a23052 to your computer and use it in GitHub Desktop.
Save johndownskloud/eec0a8ffbe4167187dc384af90a23052 to your computer and use it in GitHub Desktop.
Azure Function - project.json file for Application Insights
{
"frameworks": {
"net46":{
"dependencies": {
"Microsoft.ApplicationInsights": "2.1.0"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment