Skip to content

Commit be8648b

Browse files
authored
Merge pull request #293734 from vac0224/vc-insights-dashboard-2025-02-15
Insights dashboard
2 parents 36fe554 + f001447 commit be8648b

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Azure Communication Services Insights dashboard
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Descriptions of data visualizations available from the Insights dashboard.
5+
author: amagginetti
6+
services: azure-communication-services
7+
8+
ms.author: amagginetti
9+
ms.date: 03/08/2021
10+
ms.topic: conceptual
11+
ms.service: azure-communication-services
12+
ms.subservice: data
13+
---
14+
15+
# Insights dashboard
16+
17+
This article describes insights available from the Insights dashboard. Use these insights to monitor logs and metrics.
18+
19+
## Overview
20+
21+
Each Communications Resource includes an Insights dashboard that displays data visualizations from the Azure Monitor logs and metrics monitored for your Communications Services. The visualizations within Insights are made possible via [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview). In order to take advantage of Workbooks, follow the instructions outlined in [Enable Azure Monitor in Diagnostic Settings](../enable-logging.md). To enable Workbooks, you need to send your logs to a [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) destination.
22+
23+
:::image type="content" source="..\media\workbooks\insights-overview-2.png" alt-text="Screenshot of Communication Services Insights dashboard.":::
24+
25+
## Prerequisites
26+
27+
- In order to take advantage of Workbooks, follow the instructions outlined in [Enable Logging with Azure Monitor](../enable-logging.md). You need to enable `Operational Authentication Logs`, `Call Summary Logs`, `Call Diagnostic Logs`.
28+
- To use Workbooks, you need to send your logs to a [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview) destination.
29+
30+
## Accessing Azure Insights for Communication Services
31+
32+
Inside your Azure Communication Services resource, scroll down on the left nav bar to the **Monitor** category and click on the **Insights** tab:
33+
34+
:::image type="content" source="..\media\workbooks\acs-insights-nav.png" alt-text="Screenshot of the Insights navigation blade.":::
35+
36+
## Authentication insights
37+
38+
The **Authentication** tab shows authentication logs, which are created through operations such as issuing an access token or creating an identity. The data displayed includes the types of operations performed and the results of those operations:
39+
40+
:::image type="content" source="..\media\workbooks\auth.png" alt-text="Screenshot of the authentication overview.":::
41+
42+
## More information about workbooks
43+
44+
For an in-depth description of workbooks, refer to the [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview) documentation.
45+
46+
## Editing dashboards
47+
48+
The **Insights** dashboards provided with your **Communication Service** resource can be customized by clicking on the **Edit** button on the top navigation bar:
49+
50+
:::image type="content" source="..\media\workbooks\dashboard-editing.png" alt-text="Screenshot of dashboard editing process.":::
51+
52+
Editing these dashboards doesn't modify the **Insights** tab, but rather creates a separate workbook that can be accessed on your resource’s Workbooks tab:
53+
54+
:::image type="content" source="..\media\workbooks\workbooks-tab.png" alt-text="Screenshot of the workbooks tab.":::
55+
56+
For an in-depth description of workbooks, refer to the [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview) documentation.

articles/communication-services/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ items:
487487
items:
488488
- name: Enable logging with Azure Monitor
489489
href: concepts/analytics/enable-logging.md
490+
- name: Insights dashboard
491+
href: concepts/analytics/insights/insights-dashboard.md
490492
- name: Voice and Video insights
491493
href: concepts/analytics/insights/voice-and-video-insights.md
492494
displayName: diagnostics, diagnose, feedback, quality, reliability, users, call, quick, satisfaction, improve, issues
@@ -791,7 +793,7 @@ items:
791793
href: concepts/interop/guest/government-cloud.md
792794
- name: Security
793795
href: concepts/interop/guest/security.md
794-
- name: Known issues
796+
- name: Teams interop known issues
795797
href: concepts/interop/guest/limitations.md
796798
- name: Communication as Teams user
797799
items:

0 commit comments

Comments
 (0)