Skip to content

Instantly share code, notes, and snippets.

@jlattimer
Last active March 12, 2018 03:05
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 jlattimer/5e5bf510403f1bbbc46e5e64d3131b13 to your computer and use it in GitHub Desktop.
Save jlattimer/5e5bf510403f1bbbc46e5e64d3131b13 to your computer and use it in GitHub Desktop.
Application Insights Trace body #blog
{
"data": {
"baseData": {
"application_Version": "9.0.0.2090",
"dependencies": null,
"exceptions": null,
"measurements": null,
"message": "Hello world",
"metrics": null,
"properties": {
"orgName": "test.crm.dynamics.com",
"source": "Microsoft Flow"
},
"severityLevel": "Information",
"ver": 2
},
"baseType": "MessageData"
},
"iKey": "00000000-0000-0000-0000-000000000000",
"name": "Microsoft.ApplicationInsights.00000000-0000-0000-0000-000000000000.Message",
"tags": {
"ai.cloud.roleInstance": null,
"ai.operation.id": null,
"ai.operation.name": null,
"ai.operation.parentid": null,
"ai.user.authUserId": null
},
"time": "insert utcNow() function"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment