Skip to content

Commit

Permalink
added placeholder for telemetry dashboard (#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheyal authored Mar 25, 2020
1 parent 3d1c761 commit 8f2863f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Common/Telemetry/README.md
Original file line number Diff line number Diff line change
@@ -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.

<TBD: Are there 2 templates? PBI & AppInsights? Need to describe and provide instructions for both>

### Instructions

<TBD: how to customize and deploy>



## 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

0 comments on commit 8f2863f

Please sign in to comment.