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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/router/concepts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ A real-world example is an incoming call or chat in the context of a call center
29
29
### Job submission flow
30
30
31
31
1. Your application submits a Job via the Job Router SDK.
32
-
2. The Job is classified and a [JobClassified Event][job_classified_event] is sent via EventGrid.
32
+
2. The Job is classified and a [JobClassified Event][job_classified_event] is sent via Event Grid.
33
33
34
34
:::image type="content" source="../media/router/acs-router-job-submission.png" alt-text="Diagram of job submission.":::
35
35
@@ -66,7 +66,7 @@ A real-world example is the ringing of an agent in a call center.
66
66
67
67
### Offer flow
68
68
69
-
1. When Job Router finds a matching Worker for a Job, it creates ab Offer and sends an [OfferIssued Event][offer_issued_event] via [EventGrid][subscribe_events].
69
+
1. When Job Router finds a matching Worker for a Job, it creates ab Offer and sends an [OfferIssued Event][offer_issued_event] via [Event Grid][subscribe_events].
70
70
2. The Offer is accepted via the Job Router API.
71
71
3. Job Router sends an [OfferAccepted Event][offer_accepted_event].
0 commit comments