Skip to content

Instantly share code, notes, and snippets.

@jlattimer
Created 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/9b32264c70fc1653aae61d872cc9b249 to your computer and use it in GitHub Desktop.
Save jlattimer/9b32264c70fc1653aae61d872cc9b249 to your computer and use it in GitHub Desktop.
Application Insights Event body #blog
{
"data": {
"baseData": {
"application_Version": "9.0.0.2090",
"dependencies": null,
"exceptions": null,
"measurements": {
"SomethingTrackableNumber": 100
},
"message": null,
"metrics": null,
"name": "Test send custom event to Application Insights",
"properties": {
"orgName": "test.crm.dynamics.com",
"source": "Microsoft Flow"
},
"severityLevel": null,
"ver": 2
},
"baseType": "EventData"
},
"iKey": "00000000-0000-0000-0000-000000000000",
"name": "Microsoft.ApplicationInsights.00000000-0000-0000-0000-000000000000.Event",
"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