[Index]

Model: data/ApplicationInsights

Stores details about Application Insights instances that are associated with a given deployment. Azure Application Insights is used to monitor product usage.

Model Details: data/ApplicationInsights

Title Description Details
Name * The name used to identify an Application Insights instance.
  • Field Name: name
  • Type: String
Description Summary of the purpose of this instance.
  • Field Name: description
  • Type: String
Connection String The connection string that is used by the portal to send tracking data to Application Insights.
  • Field Name: connection_string
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Enable Event Tracking Toggles the tracking of custom portal events such as List/Form Open, Transaction Started, Transaction Completed, and Wingman Query.
  • Field Name: enable_event_tracking
  • Type: Boolean
Enable Exception Tracking Toggles the tracking of portal exceptions.
  • Field Name: enable_exception_tracking
  • Type: Boolean