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
:::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":::
71
71
72
72
### Authentication API requests
73
73
@@ -81,7 +81,7 @@ The following operations are available on Authentication API request metrics:
81
81
| RevokeToken | Revokes all access tokens created for an identity before a time given. |
82
82
| 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.|
83
83
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":::
85
85
86
86
### Call Automation API requests
87
87
@@ -171,7 +171,7 @@ The following operations are available on Rooms API request metrics:
171
171
| GetParticipants | Gets list of participants for a Room. |
172
172
| UpdateParticipants | Updates list of participants for a Room. |
173
173
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":::
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/router/concepts.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,10 @@ Azure Communication Services Job Router is a robust tool designed to optimize th
20
20
21
21
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.
22
22
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":::
24
24
25
25
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.
26
26
27
-
28
-
29
27
## Key Concepts
30
28
31
29
### Job
@@ -43,7 +41,7 @@ An actual instance would be an incoming call or chat in the context of a call ce
43
41
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`.
44
42
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.
45
43
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":::
47
45
48
46
### Worker
49
47
@@ -138,7 +136,7 @@ An exception policy controls the behavior of a Job based on a trigger and execut
138
136
139
137
- Let's get started with Job Router, check out the [Job Router Quickstart](../../quickstarts/router/get-started-router.md)
140
138
141
-
#### Learn more about these key Job Router concepts:
139
+
#### Learn more about these key Job Router concepts
142
140
143
141
-[How jobs are matched to workers](matching-concepts.md)
144
142
-[How worker capacity is configured](worker-capacity-concepts.md)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/router/metrics.md
+11-23Lines changed: 11 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,15 @@
1
1
---
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
15
8
ms.author: nabennet
16
-
17
9
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
25
13
---
26
14
27
15
# Job Router metrics overview
@@ -38,7 +26,7 @@ More information on supported aggregation types and time series aggregations can
38
26
39
27
-**Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
40
28
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.
42
30
43
31
-**Status Code** - The status code response sent after the request.
44
32
@@ -82,7 +70,7 @@ The following operations are available on Job Router API request metrics:
82
70
| GetWorkers | Retrieves existing workers |
83
71
| DeleteWorker | Deletes a worker and all of its traces |
84
72
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":::
0 commit comments