Skip to content

Commit 9af8469

Browse files
committed
edit pass: three-analytics-logs-articles
1 parent 4bd4726 commit 9af8469

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

articles/communication-services/concepts/analytics/logs/call-automation-logs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ Azure Communication Services offers logging capabilities that you can use to mon
2020

2121
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:
2222

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.
2424
* 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.
2627

2728
> [!IMPORTANT]
2829
> 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.
2930
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).
3132

3233
Under the diagnostic setting name, select **Operation Call Automation Logs** and **Call Automation Events Summary Logs** to enable the logs for Call Automation.
3334

articles/communication-services/concepts/analytics/logs/recording-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ ms.subservice: data
1616

1717
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.
1818

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).
2020

2121
## Resource log categories
2222

2323
Communication Services offers the following types of logs that you can enable:
2424

2525
* **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:
2727
* Call duration.
2828
* Media content (for example, audio/video, unmixed, or transcription).
2929
* 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
8080

8181
A call can have one recording or many recordings, depending on how many times a recording event is triggered.
8282

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.
8484

8585
#### Example: Call Recording for one call to one recording
8686

@@ -105,7 +105,7 @@ For example, if an agent initiates an outbound call on a recorded line and the c
105105
}
106106
```
107107

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.
109109

110110
#### Example: Call Recording for one call to many recordings
111111

@@ -192,5 +192,5 @@ Here's an example:
192192

193193
## Next steps
194194

195-
- Get [Call Recording insights](../insights/call-recording-insights.md)
195+
- Get [Call Recording insights](../insights/call-recording-insights.md).
196196
- Learn more about [Call Recording](../../voice-video-calling/call-recording.md).

0 commit comments

Comments
 (0)