Skip to content

Commit 848109b

Browse files
committed
Review comments
1 parent 96f8f58 commit 848109b

File tree

5 files changed

+62
-76
lines changed

5 files changed

+62
-76
lines changed

articles/communication-services/concepts/metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following operations are available on Chat API request metrics:
5353
| AddChatThreadParticipants | Adds thread members to a thread. If members already exist, no change occurs. |
5454
| RemoveChatThreadParticipant | Remove a member from a thread. |
5555

56-
:::image type="content" source="./media/chat-metric.png" alt-text="Screenshot of Chat API Request Metric.":::
56+
:::image type="content" source="./media/chat-metric.png" alt-text="Screenshot of Chat API Request Metric." lightbox="./media/chat-metric.png":::
5757

5858
If a request is made to an operation that isn't recognized, you receive a "Bad Route" value response.
5959

@@ -67,7 +67,7 @@ The following operations are available on SMS API request metrics:
6767
| SMSDeliveryReportsReceived | Gets SMS Delivery Reports |
6868
| SMSMessagesReceived | Gets SMS messages. |
6969

70-
:::image type="content" source="./media/sms-metric.png" alt-text="Screenshot of SMS API Request Metric.":::
70+
:::image type="content" source="./media/sms-metric.png" alt-text="Screenshot of SMS API Request Metric." lightbox="./media/sms-metric.png":::
7171

7272
### Authentication API requests
7373

@@ -81,7 +81,7 @@ The following operations are available on Authentication API request metrics:
8181
| RevokeToken | Revokes all access tokens created for an identity before a time given. |
8282
| ExchangeTeamsUserAccessToken | Exchange an Azure Active Directory (Azure AD) access token of a Teams user for a new Communication Identity access token with a matching expiration time.|
8383

84-
:::image type="content" source="./media/acs-auth-metrics.png" alt-text="Screenshot of authentication Request Metric.":::
84+
:::image type="content" source="./media/acs-auth-metrics.png" alt-text="Screenshot of authentication Request Metric." lightbox="./media/acs-auth-metrics.png":::
8585

8686
### Call Automation API requests
8787

@@ -171,7 +171,7 @@ The following operations are available on Rooms API request metrics:
171171
| GetParticipants | Gets list of participants for a Room. |
172172
| UpdateParticipants | Updates list of participants for a Room. |
173173

174-
:::image type="content" source="./media/rooms/rooms-metrics.png" alt-text="Screenshot of Rooms Request Metric.":::
174+
:::image type="content" source="./media/rooms/rooms-metrics.png" alt-text="Screenshot of Rooms Request Metric." lightbox="./media/rooms/rooms-metrics.png":::
175175

176176
## Next steps
177177

articles/communication-services/concepts/router/concepts.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ Azure Communication Services Job Router is a robust tool designed to optimize th
2020

2121
At its core, Job Router operates on a set of key concepts that together create a seamless and efficient communication management system. These include Job, Worker, Queue, Channel, Offer, and Distribution Policy. Whether it's managing high volumes of customer interactions in a contact center, routing customer queries to the right department in a large organization, or efficiently handling customer service requests in a retail business, Job Router can do it all. It ensures that every customer interaction is handled by the most suitable agent or automated service, leading to business efficiency.
2222

23-
:::image type="content" source="./media/acs-router-architecture-diagram.png" alt-text="Diagram that shows the Job Router Architecture.":::
23+
:::image type="content" source="./media/acs-router-architecture-diagram.png" alt-text="Diagram that shows the Job Router Architecture." lightbox="./media/acs-router-architecture-diagram.png":::
2424

2525
Job Router is agnostic to any Azure Communication Services channel primitive helping developers to build a comprehensive omnichannel communication solution. With Job Router, businesses can ensure that every customer interaction is handled efficiently, at the right time and in the right channel.
2626

27-
28-
2927
## Key Concepts
3028

3129
### Job
@@ -43,7 +41,7 @@ An actual instance would be an incoming call or chat in the context of a call ce
4341
1. Your application can accept the [Offer](#offer) via the SDK and the Job will be removed from the queue and an [OfferAccepted Event][offer_accepted_event] will be sent that contains an `assignmentId`.
4442
1. Once the Worker has completed the Job, the SDK can be used to complete and close it, using the `assignmentId`. This will free the Worker up to take on the next Job.
4543

46-
:::image type="content" source="./media/acs-router-job-lifecycle.png" alt-text="Diagram that shows the Job lifecycle.":::
44+
:::image type="content" source="./media/acs-router-job-lifecycle.png" alt-text="Diagram that shows the Job lifecycle." lightbox="./media/acs-router-job-lifecycle.png":::
4745

4846
### Worker
4947

@@ -138,7 +136,7 @@ An exception policy controls the behavior of a Job based on a trigger and execut
138136

139137
- Let's get started with Job Router, check out the [Job Router Quickstart](../../quickstarts/router/get-started-router.md)
140138

141-
#### Learn more about these key Job Router concepts:
139+
#### Learn more about these key Job Router concepts
142140

143141
- [How jobs are matched to workers](matching-concepts.md)
144142
- [How worker capacity is configured](worker-capacity-concepts.md)

articles/communication-services/concepts/router/metrics.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
---
2-
3-
title: Job Router metrics definitions for Azure Communication Service
4-
5-
titleSuffix: An Azure Communication Services concept document
6-
7-
description: This document covers definitions of job router metrics available in the Azure portal.
8-
9-
author: nabennet
10-
11-
manager: bga
12-
13-
services: azure-communication-services
14-
2+
title: Job Router metrics definitions for Azure Communication Service
3+
titleSuffix: An Azure Communication Services concept document
4+
description: This document covers definitions of job router metrics available in the Azure portal.
5+
author: nabennet
6+
manager: bga
7+
services: azure-communication-services
158
ms.author: nabennet
16-
179
ms.date: 06/23/2023
18-
19-
ms.topic: conceptual
20-
21-
ms.service: azure-communication-services
22-
23-
ms.subservice: data
24-
10+
ms.topic: conceptual
11+
ms.service: azure-communication-services
12+
ms.subservice: data
2513
---
2614

2715
# Job Router metrics overview
@@ -38,7 +26,7 @@ More information on supported aggregation types and time series aggregations can
3826

3927
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
4028

41-
- **API Version – The version of the API used in the API request.
29+
- **API Version** – The version of the API used in the API request.
4230

4331
- **Status Code** - The status code response sent after the request.
4432

@@ -82,7 +70,7 @@ The following operations are available on Job Router API request metrics:
8270
| GetWorkers | Retrieves existing workers |
8371
| DeleteWorker | Deletes a worker and all of its traces |
8472

85-
:::image type="content" source="./media/acs-router-api-requests.png" alt-text="Diagram that shows the Job Router API requests.":::
73+
:::image type="content" source="./media/acs-router-api-requests.png" alt-text="Diagram that shows the Job Router API requests." lightbox="./media/acs-router-api-requests.png":::
8674

8775
## Next steps
8876

articles/communication-services/how-tos/router-sdk/subscribe-events.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ dotnet run
185185
}
186186
```
187187

188-
_**Attribute list**_
188+
#### Attribute list
189189

190-
| Attribute | Type | Nullable |Description | Notes |
190+
| Attribute | Type | Nullable | Description | Notes |
191191
|:--------- |:-----:|:-------:|-------------|-------|
192192
| jobId| `string` ||
193193
| channelReference | `string` ||
@@ -254,9 +254,9 @@ _**Attribute list**_
254254
}
255255
```
256256

257-
_**Attribute list**_
257+
#### Attribute list
258258

259-
| Attribute | Type | Nullable |Description | Notes |
259+
| Attribute | Type | Nullable | Description | Notes |
260260
|:--------- |:-----:|:-------:|-------------|-------|
261261
| queueInfo | `QueueInfo` ||
262262
| jobId| `string` ||
@@ -320,7 +320,7 @@ _**Attribute list**_
320320
}
321321
```
322322

323-
_**Attribute list**_
323+
#### Attribute list
324324

325325
| Attribute | Type | Nullable |Description | Notes |
326326
|:--------- |:-----:|:-------:|-------------|-------|
@@ -377,7 +377,7 @@ _**Attribute list**_
377377
}
378378
```
379379

380-
_**Attribute list**_
380+
#### Attribute list
381381

382382
| Attribute | Type | Nullable |Description | Notes |
383383
|:--------- |:-----:|:-------:|-------------|-------|
@@ -425,7 +425,7 @@ _**Attribute list**_
425425
}
426426
```
427427

428-
_**Attribute list**_
428+
#### Attribute list
429429

430430
| Attribute | Type | Nullable |Description | Notes |
431431
|:--------- |:-----:|:-------:|-------------|-------|
@@ -475,7 +475,7 @@ _**Attribute list**_
475475
}
476476
```
477477

478-
_**Attribute list**_
478+
#### Attribute list
479479

480480
| Attribute | Type | Nullable |Description | Notes |
481481
|:--------- |:-----:|:-------:|-------------|-------|
@@ -525,7 +525,7 @@ _**Attribute list**_
525525
}
526526
```
527527

528-
_**Attribute list**_
528+
#### Attribute list
529529

530530
| Attribute | Type | Nullable |Description | Notes |
531531
|:--------- |:-----:|:-------:|-------------|-------|
@@ -573,7 +573,7 @@ _**Attribute list**_
573573
}
574574
```
575575

576-
_**Attribute list**_
576+
#### Attribute list
577577

578578
| Attribute | Type | Nullable |Description | Notes |
579579
|:--------- |:-----:|:-------:|-------------|-------|
@@ -635,7 +635,7 @@ _**Attribute list**_
635635
}
636636
```
637637

638-
_**Attribute list**_
638+
#### Attribute list
639639

640640
| Attribute | Type | Nullable |Description | Notes |
641641
|:--------- |:-----:|:-------:|-------------|-------|
@@ -683,7 +683,7 @@ _**Attribute list**_
683683
}
684684
```
685685

686-
_**Attribute list**_
686+
#### Attribute list
687687

688688
| Attribute | Type | Nullable |Description | Notes |
689689
|:--------- |:-----:|:-------:|-------------|-------|
@@ -748,7 +748,7 @@ _**Attribute list**_
748748
}
749749
```
750750

751-
_**Attribute list**_
751+
#### Attribute list
752752

753753
| Attribute | Type | Nullable |Description | Notes |
754754
|:--------- |:-----:|:-------:|-------------|-------|
@@ -816,7 +816,7 @@ _**Attribute list**_
816816
}
817817
```
818818

819-
_**Attribute list**_
819+
#### Attribute list
820820

821821
| Attribute | Type | Nullable |Description | Notes |
822822
|:--------- |:-----:|:-------:|-------------|-------|
@@ -864,7 +864,7 @@ _**Attribute list**_
864864
}
865865
```
866866

867-
_**Attribute list**_
867+
#### Attribute list
868868

869869
| Attribute | Type | Nullable |Description | Notes |
870870
|:--------- |:-----:|:-------:|-------------|-------|
@@ -911,7 +911,7 @@ _**Attribute list**_
911911
}
912912
```
913913

914-
_**Attribute list**_
914+
#### Attribute list
915915

916916
| Attribute | Type | Nullable |Description | Notes |
917917
|:--------- |:-----:|:-------:|-------------|-------|
@@ -964,7 +964,7 @@ _**Attribute list**_
964964
}
965965
```
966966

967-
_**Attribute list**_
967+
#### Attribute list
968968

969969
| Attribute | Type | Nullable |Description | Notes |
970970
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1005,7 +1005,7 @@ _**Attribute list**_
10051005
}
10061006
```
10071007

1008-
_**Attribute list**_
1008+
#### Attribute list
10091009

10101010
| Attribute | Type | Nullable |Description | Notes |
10111011
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1042,7 +1042,7 @@ _**Attribute list**_
10421042
}
10431043
```
10441044

1045-
_**Attribute list**_
1045+
#### Attribute list
10461046

10471047
| Attribute | Type | Nullable |Description | Notes |
10481048
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1079,7 +1079,7 @@ _**Attribute list**_
10791079
}
10801080
```
10811081

1082-
_**Attribute list**_
1082+
#### Attribute list
10831083

10841084
| Attribute | Type | Nullable |Description | Notes |
10851085
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1138,7 +1138,7 @@ _**Attribute list**_
11381138
}
11391139
```
11401140

1141-
_**Attribute list**_
1141+
#### Attribute list
11421142

11431143
| Attribute | Type | Nullable | Description | Notes |
11441144
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1170,7 +1170,7 @@ _**Attribute list**_
11701170
}
11711171
```
11721172

1173-
_**Attribute list**_
1173+
#### Attribute list
11741174

11751175
| Attribute | Type | Nullable |Description | Notes |
11761176
|:--------- |:-----:|:-------:|-------------|-------|
@@ -1223,7 +1223,7 @@ _**Attribute list**_
12231223
}
12241224
```
12251225

1226-
_**Attribute list**_
1226+
#### Attribute list
12271227

12281228
| Attribute | Type | Nullable | Description | Notes |
12291229
|:--------- |:-----:|:-------:|-------------|-------|

0 commit comments

Comments
 (0)