Skip to content

Commit 7615eb1

Browse files
Merge pull request #245660 from williamzhao87/patch-6
Update router-quickstart-python.md
2 parents 4bdb53a + deabf08 commit 7615eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/quickstarts/router/includes/router-quickstart-python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ worker = router_client.create_worker(
139139
router_worker = RouterWorker(
140140
total_capacity = 1,
141141
queue_assignments = {
142-
queue.id: {}
142+
"queue-1": {}
143143
},
144144
labels = {
145145
"Some-Skill": 11
@@ -205,6 +205,7 @@ To run the code, make sure you are on the directory where your `router-quickstar
205205
```console
206206
python router-quickstart.py
207207

208+
Azure Communication Services - Job Router Quickstart
208209
Worker worker-1 has an active offer for job 6b83c5ad-5a92-4aa8-b986-3989c791be91
209210
Worker worker-1 is assigned job 6b83c5ad-5a92-4aa8-b986-3989c791be91
210211
Worker worker-1 has completed job 6b83c5ad-5a92-4aa8-b986-3989c791be91

0 commit comments

Comments
 (0)