Skip to content

Commit 5c1ee4a

Browse files
authored
Merge pull request #221153 from tomaschladek/cte-17
Include Teams meeting interop logs and metrics
2 parents fd1da5f + 7200c6d commit 5c1ee4a

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Azure logs and metrics for Teams external users
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Azure logs and metrics emitted for Teams external users
5+
author: tomaschladek
6+
ms.author: tchladek
7+
ms.date: 12/9/2022
8+
ms.topic: conceptual
9+
ms.service: azure-communication-services
10+
ms.subservice: teams-interop
11+
---
12+
13+
# Monitor logs for Teams external users
14+
15+
In this article, you will learn which Azure logs, Azure metrics & Teams logs are emitted for Teams external users when joining Teams meetings. Azure Communication Services user joining Teams meeting emits the following metrics: [Authentication API](../../metrics.md) and [Chat API](../../metrics.md). Communication Services resource additionally tracks the following logs: [Call Summary](../../analytics/call-logs-azure-monitor.md) and [Call Diagnostic](../../analytics/call-logs-azure-monitor.md) Log. Teams administrator can use [Teams Admin Center](https://aka.ms/teamsadmincenter) and [Teams Call Quality Dashboard](https://cqd.teams.microsoft.com) to review logs stored for Teams external users joining Teams meetings organized by the tenant.
16+
17+
## Azure logs & metrics
18+
19+
Authentication API metrics emit records for every operation called on the Identity SDK or API (for example, creating a user `CreateIdentity` or issue of a token `CreateToken`). Chat API metrics emit records for every chat API call made via chat SDKs or APIs (for example, creating a thread or sending a message).
20+
21+
Call summary and call diagnostics logs are emitted only for the following participants of the meeting:
22+
- Organizer of the meeting if actively joined the meeting.
23+
- Azure Communication Services users joining the meeting from the same tenant. This includes users rejected in the lobby and Azure Communication Services users from different resources but in the same tenant.
24+
- Additional Teams users, phone users and bots joining the meeting only if the organizer and current Azure Communication Services resource are in the same tenant.
25+
26+
If Azure Communication Services resource and Teams meeting organizer tenants are different, then some fields of the logs are redacted. You can find more information in the call summary & diagnostics logs [documentation](../../analytics/call-logs-azure-monitor.md). Bots indicate service logic provided during the meeting. Here is a list of frequently used bots:
27+
- b1902c3e-b9f7-4650-9b23-5772bd429747 - Teams convenient recording
28+
29+
## Microsoft Teams logs
30+
Teams administrator can see Teams external users in the overview of the meeting (section `Manage users` -> `Select user` -> `Meetings & calls` -> `Select meeting`). The summary logs can be found when selecting individual Teams external users (continue `Participant details` -> `Anonymous user`). For more details about the call legs, proceed with [Teams Call Quality Dashboard](https://cqd.teams.microsoft.com). You can learn more about the call quality dashboard [here](/microsoftteams/cqd-what-is-call-quality-dashboard.md).
31+
32+
## Next steps
33+
34+
- [Enable logs and metrics](../../analytics/enable-logging.md)
35+
- [Metrics](../../metrics.md)
36+
- [Call summary and call diagnostics](../../analytics/call-logs-azure-monitor.md)
1.33 MB
Loading

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ items:
306306
href: concepts/interop/guest/teams-client-experience.md
307307
- name: Teams controls
308308
href: concepts/interop/guest/teams-administration.md
309+
- name: Logs & metrics
310+
href: concepts/interop/guest/monitor-logs-metrics.md
309311
- name: User privacy
310312
href: concepts/interop/guest/privacy.md
311313
- name: Government clouds

0 commit comments

Comments
 (0)