diff --git a/Common/Telemetry/README.md b/Common/Telemetry/README.md new file mode 100644 index 0000000000..2026a88e97 --- /dev/null +++ b/Common/Telemetry/README.md @@ -0,0 +1,32 @@ + + +# Telemetry Analytics + +Bot Analytics provides telemetry for analyzing conversation activities. + +## Requirements + +To enable bot analytics: + +* [Add Telemetry](https://aka.ms/AddBotTelemetry) via Application Insights in the Bot Code +* [Enable Application Insights](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-resources-app-insights-keys?view=azure-bot-service-4.0) on Azure Bot Service + +Once active, basic visualization is available out of the box on Azure Bot Service. In addition, one can deploy and customize more advanced analytics views. + +## Conversation Health Dashboard + +The Conversation Health Dashboard template presents analytics view of bot conversation activity. + + + +### Instructions + + + + + +## See Also + +* [Analyze Bot Telemetry](https://aka.ms/AnalyzeBotTelemetry) : Learn how to analyze Application Insights log analytics data. +* See [Azure ARM templates](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-the-portal) Documentation +