Skip to content

Commit b9a8f6f

Browse files
Merge pull request #294232 from radubulboaca/main
Update description for Communication Services Call Automation correlation IDs
2 parents 2c558b1 + da98b6f commit b9a8f6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Communication Services offers the following types of logs that you can enable:
6363
| -------- | ---------------|
6464
| `TimeGenerated` | The time stamp (UTC) of when the log was generated. |
6565
| `OperationName` | The operation associated with the log record. |
66-
| `CorrelationID` | The identifier to identify a call and correlate events for a unique call. |
66+
| `CorrelationID` | An identifier used to correlate events for a call. This identifier may change for the duration of the call depending on events like participants joining or leaving the call. For a fully stable call identifier, please consider using `CallConnectionId`. |
6767
| `OperationVersion` | The `api-version` version associated with the operation, if the `operationName` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. |
6868
| `Category` | The log category of the event. The category is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
6969
| `ResultType` | The status of the operation. |
@@ -112,7 +112,7 @@ Here's an example of a Call Automation operational log:
112112
| `resourceId` | The ID of the resource that emitted the event. |
113113
| `durationMs` | The duration of the operation in milliseconds. |
114114
| `callerIpAddress` | |
115-
| `correlationId` | The Skype chain ID.  |
115+
| `correlationId` | Identify correlated requests made by using Call Automation. |
116116
| `operationName` | The name of the operation that this event represents.|
117117
| `operationVersion` | |
118118
| `resultType` | The status of the event. Typical values include `Completed`, `Canceled`, and `Failed`.|

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To help you troubleshoot certain issues, you might need one or more of the follo
4646
* **Short code program brief ID**: Identify a short code program brief application.
4747
* **Toll-free verification campaign brief ID**: Identify a toll-free verification campaign brief application.
4848
* **Email message ID**: Identify **Send Email** requests.
49-
* **Correlation ID**: Identify requests made by using Call Automation.
49+
* **Correlation ID**: Identify correlated requests made by using Call Automation.
5050
* **Call logs**: Use the detailed information to troubleshoot calling and network issues.
5151

5252
For more information about throttling and limitations, see [Service limits](service-limits.md).

0 commit comments

Comments
 (0)