Skip to content

Commit 66db017

Browse files
author
Ashwinder Bhatti
committed
acrolinx fixes
1 parent 1e3bdb9 commit 66db017

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

articles/communication-services/concepts/logging-and-diagnostics.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Azure Communication Services offers logging capabilities that you can use to mon
2222
2323
## Enable diagnostic logs in your resource
2424

25-
Logging is turned off by default when a resource is created. To enable logging, navigate to the **Diagnostic settings** blade in the resource menu under the **Monitoring** section. Then click on **Add diagnostic setting**.
25+
Logging is turned off by default when a resource is created. To enable logging, navigate to the **Diagnostic settings** tab in the resource menu under the **Monitoring** section. Then select **Add diagnostic setting**.
2626

2727
Next, select the archive target you want. Currently, we support storage accounts and Log Analytics as archive targets. After selecting the types of logs that you'd like to capture, save the diagnostic settings.
2828

29-
New settings take effect in about ten minutes. Logs will begin appearing in the configured archival target within the Logs pane of your Communication Services resource.
29+
New settings take effect in about 10 minutes. Logs will begin appearing in the configured archival target within the Logs pane of your Communication Services resource.
3030

3131
:::image type="content" source="./media/diagnostic-settings.png" alt-text="Azure Communication Services Diagnostic Settings Options.":::
3232

@@ -44,15 +44,15 @@ Communication Services offers the following types of logs that you can enable:
4444
* **Email Send Mail operational logs** - provides detailed information related to the Email service send mail requests.
4545
* **Email Status Update operational logs** - provides message and recipient level delivery status updates related to the Email service send mail requests.
4646
* **Email User Engagement operational logs** - provides information related to 'open' and 'click' user engagement metrics for messages sent from the Email service.
47-
* **Call Automation operational logs** - provides operational information on Call Automation API requests. These logs can be used to identify failure points, query all requests made in a call (using Correlation ID or Server Call ID) or query all requests made by a specific service application in the call (using PArticipant ID).
47+
* **Call Automation operational logs** - provides operational information on Call Automation API requests. These logs can be used to identify failure points, query all requests made in a call (using Correlation ID or Server Call ID) or query all requests made by a specific service application in the call (using Participant ID).
4848

4949
### Usage logs schema
5050

5151
| Property | Description |
5252
| -------- | ---------------|
5353
| Timestamp | The timestamp (UTC) of when the log was generated. |
5454
| Operation Name | The operation associated with log record. |
55-
| Operation Version | The `api-version` associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
55+
| Operation Version | The `api-version` associated with the operation, if the operationName was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
5656
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
5757
| Correlation ID | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
5858
| Properties | Other data applicable to various modes of Communication Services. |
@@ -68,7 +68,7 @@ Communication Services offers the following types of logs that you can enable:
6868
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
6969
| OperationName | The operation associated with log record. |
7070
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
71-
| OperationVersion | The api-version associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
71+
| OperationVersion | The api-version associated with the operation, if the operationName was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
7272
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
7373
| ResultType | The status of the operation. |
7474
| ResultSignature | The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call. |
@@ -90,7 +90,7 @@ Communication Services offers the following types of logs that you can enable:
9090
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
9191
| OperationName | The operation associated with log record. |
9292
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
93-
| OperationVersion | The api-version associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
93+
| OperationVersion | The api-version associated with the operation, if the operationName was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
9494
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
9595
| ResultType | The status of the operation. |
9696
| ResultSignature | The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call. |
@@ -115,7 +115,7 @@ Communication Services offers the following types of logs that you can enable:
115115
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
116116
| OperationName | The operation associated with log record. |
117117
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
118-
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
118+
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
119119
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
120120
| ResultType | The status of the operation. |
121121
| ResultSignature | The sub-status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call. |
@@ -135,17 +135,17 @@ Communication Services offers the following types of logs that you can enable:
135135
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
136136
| OperationName | The operation associated with log record. |
137137
| CorrelationId | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
138-
| OperationVersion | The API-version associated with the operation or version of the operation (if there is no API version). |
138+
| OperationVersion | The API-version associated with the operation or version of the operation (if there's no API version). |
139139
| Category | The log category of the event. Logs with the same log category and resource type will have the same properties fields. |
140-
| ResultType | The status of the operation (e.g. Succeeded or Failed). |
140+
| ResultType | The status of the operation (for example, Succeeded or Failed). |
141141
| ResultSignature | The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call. |
142142
| DurationMs | The duration of the operation in milliseconds. |
143143
| Level | The severity level of the operation. |
144144
| URI | The URI of the request. |
145145
| Identity | The request sender's identity, if provided. |
146146
| SdkType | The SDK type being used in the request. |
147147
| PlatformType | The platform type being used in the request. |
148-
| RouteType | The routing methodology to where the ICE server will be located from the client (e.g. Any or Nearest). |
148+
| RouteType | The routing methodology to where the ICE server will be located from the client (for example, Any or Nearest). |
149149

150150

151151
### Email Send Mail operational logs
@@ -155,9 +155,9 @@ Communication Services offers the following types of logs that you can enable:
155155
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
156156
| Location | The region where the operation was processed. |
157157
| OperationName | The operation associated with log record. |
158-
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
158+
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
159159
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
160-
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId which is returned from a successful SendMail request. |
160+
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
161161
| Size | Represents the total size in megabytes of the email body, subject, headers and attachments. |
162162
| ToRecipientsCount | The total # of unique email addresses on the To line. |
163163
| CcRecipientsCount | The total # of unique email addresses on the Cc line. |
@@ -173,9 +173,9 @@ Communication Services offers the following types of logs that you can enable:
173173
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
174174
| Location | The region where the operation was processed. |
175175
| OperationName | The operation associated with log record. |
176-
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
176+
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
177177
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
178-
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId which is returned from a successful SendMail request. |
178+
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
179179
| RecipientId | The email address for the targeted recipient. If this is a message-level event, the property will be empty. |
180180
| DeliveryStatus | The terminal status of the message. |
181181

@@ -186,9 +186,9 @@ Communication Services offers the following types of logs that you can enable:
186186
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
187187
| Location | The region where the operation was processed. |
188188
| OperationName | The operation associated with log record. |
189-
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
189+
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
190190
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
191-
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId which is returned from a successful SendMail request. |
191+
| CorrelationID | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
192192
| RecipientId | The email address for the targeted recipient. If this is a message-level event, the property will be empty. |
193193
| EngagementType | The type of user engagement being tracked. |
194194
| EngagementContext | The context represents what the user interacted with. |
@@ -202,7 +202,7 @@ Communication Services offers the following types of logs that you can enable:
202202
| TimeGenerated | The timestamp (UTC) of when the log was generated. |
203203
| OperationName | The operation associated with log record. |
204204
| CorrelationID | The identifier to identify a call and correlate events for a unique call. |
205-
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
205+
| OperationVersion | The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
206206
| Category | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
207207
| ResultType | The status of the operation. |
208208
| ResultSignature | The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call. |

articles/communication-services/concepts/metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Communication Services currently provides metrics for all ACS primitives.
1818

1919
## Where to find metrics
2020

21-
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics blade under your Communication Services resource. You can also create permanent dashboards using the workbooks blade under your Communication Services resource.
21+
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics tab under your Communication Services resource. You can also create permanent dashboards using the workbooks tab under your Communication Services resource.
2222

2323
## Metric definitions
2424

@@ -100,15 +100,15 @@ The following operations are available on Call Automation API request metrics:
100100
| Transfer Call To Participant | Transfer 1:1 call to another user. |
101101
| Play | Play audio to call participants. |
102102
| Recognize | Recognize user input from call participants. |
103-
| Add Participants | Add a aprticipant to a call. |
103+
| Add Participants | Add a participant to a call. |
104104
| Remove Participants | Remove a participant from a call. |
105105
| HangUp Call | Hang up your call leg. |
106106
| Terminate Call | End the call for all participants. |
107107
| Get Call | Get details about a call. |
108108
| Get Participant | Get details on a call participant. |
109109
| Get Participants | Get all participants in a call. |
110110
| Delete Call | Delete a call. |
111-
| Cancel All Media Operations | Call all ongoing or queued media operations in a call. |
111+
| Cancel All Media Operations | Cancel all ongoing or queued media operations in a call. |
112112

113113

114114
### Network Traversal API requests

0 commit comments

Comments
 (0)