You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/analytics/logs/call-automation-logs.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,15 @@ Azure Communication Services offers logging capabilities that you can use to mon
20
20
21
21
Azure Communication Services provides monitoring and analytics features via [Azure Monitor Logs](../../../../azure-monitor/logs/data-platform-logs.md) and [Azure Monitor Metrics](../../../../azure-monitor/essentials/data-platform-metrics.md). Each Azure resource requires its own diagnostic setting, which defines the following criteria:
22
22
23
-
* Categories of logs and metric data sent to the destinations that the setting defines. The available categories vary by resource type.
23
+
* Categories of log and metric data sent to the destinations that the setting defines. The available categories vary by resource type.
24
24
* One or more destinations to send the logs. Current destinations include Log Analytics workspace, Azure Event Hubs, and Azure Storage.
25
-
* A single diagnostic setting can define no more than one destination. If you want to send data to more than one destination type (for example, two Log Analytics workspaces), create multiple settings. Each resource can have up to five diagnostic settings.
25
+
26
+
A single diagnostic setting can define no more than one of each destination type. If you want to send data to more than one destination type (for example, two Log Analytics workspaces), create multiple settings. Each resource can have up to five diagnostic settings.
26
27
27
28
> [!IMPORTANT]
28
29
> You must enable a diagnostic setting in Azure Monitor to send the log data of your surveys to a Log Analytics workspace, an event hub, or an Azure storage account to receive and analyze your survey data. If you don't send Call Automation data to one of these options, your survey data won't be stored and will be lost.
29
30
30
-
The following instructions configure your Azure Monitor resource to start creating logs and metrics for your Communications Services instance. For detailed documentation about using diagnostic settings across all Azure resources, see [Enable logging in diagnostic settings](../enable-logging.md).
31
+
The following instructions configure your Azure Monitor resource to start creating logs and metrics for your Communication Services instance. For detailed documentation about using diagnostic settings across all Azure resources, see [Enable logging in diagnostic settings](../enable-logging.md).
31
32
32
33
Under the diagnostic setting name, select **Operation Call Automation Logs** and **Call Automation Events Summary Logs** to enable the logs for Call Automation.
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/analytics/logs/recording-logs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ ms.subservice: data
16
16
17
17
Azure Communication Services offers logging capabilities that you can use to monitor and debug your Communication Services solution. You configure these capabilities through the Azure portal.
18
18
19
-
The content in this article refers to logs enabled through [Azure Monitor](../../../../azure-monitor/overview.md) (see also [FAQ](../../../../azure-monitor/faq.yml)). To enable these logs for Communications Services, see [Enable logging in diagnostic settings](../enable-logging.md).
19
+
The content in this article refers to logs enabled through [Azure Monitor](../../../../azure-monitor/overview.md) (see also [FAQ](../../../../azure-monitor/faq.yml)). To enable these logs for Communication Services, see [Enable logging in diagnostic settings](../enable-logging.md).
20
20
21
21
## Resource log categories
22
22
23
23
Communication Services offers the following types of logs that you can enable:
24
24
25
25
***Usage logs**: Provide usage data associated with each billed service offering.
26
-
***Call Recording summary logs**: Provide summary information for call recordings like:
26
+
***Call Recording summary logs**: Provide summary information for call recordings, like:
27
27
* Call duration.
28
28
* Media content (for example, audio/video, unmixed, or transcription).
29
29
* Format types used for the recording (for example, WAV or MP4).
@@ -80,7 +80,7 @@ Summary logs are published after a recording is ready to be downloaded. The logs
80
80
81
81
A call can have one recording or many recordings, depending on how many times a recording event is triggered.
82
82
83
-
For example, if an agent initiates an outbound call on a recorded line and the call drops because of a poor network signal, `callID` will have one `recordingID` value. If the agent calls back the customer, the system generates a new `callID` instance and a new `recordingID` value.
83
+
For example, if an agent starts an outbound call on a recorded line and the call drops because of a poor network signal, `callID` will have one `recordingID` value. If the agent calls back the customer, the system generates a new `callID` instance and a new `recordingID` value.
84
84
85
85
#### Example: Call Recording for one call to one recording
86
86
@@ -105,7 +105,7 @@ For example, if an agent initiates an outbound call on a recorded line and the c
105
105
}
106
106
```
107
107
108
-
If the agent initiates a recording and then stops and restarts the recording multiple times while the call is still on, `callID` will have many `recordingID` values, depending on how many times the recording events were triggered.
108
+
If the agent starts a recording and then stops and restarts the recording multiple times while the call is still on, `callID` will have many `recordingID` values. The number of values depends on how many times the recording events were triggered.
109
109
110
110
#### Example: Call Recording for one call to many recordings
111
111
@@ -192,5 +192,5 @@ Here's an example:
192
192
193
193
## Next steps
194
194
195
-
- Get [Call Recording insights](../insights/call-recording-insights.md)
195
+
- Get [Call Recording insights](../insights/call-recording-insights.md).
196
196
- Learn more about [Call Recording](../../voice-video-calling/call-recording.md).
0 commit comments