Collaboration project for WE BizApps CSAs to work on providing useful queries and workbooks for Application Insights monitoring Dataverse resources based on the standard Dataverse to Application Insights integration.
This repository contains queries in KQL format and Azure workbooks in JSON format.
To create an Azure Workbook based on this sample:
- Download the workbook JSON source
- In a text editor, replace the string APPINSIGHTSRESOURCEID with the target Application Insights resource. Example: /subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/microsoft.insights/components/myAppInsightsResource
- Navigate to your Azure portal and then to your Application Insights resource.
- Click on Workbooks - New
- Click on Advanced Editor
- Paste the code from the text editor in step 2.