Skip to content

Commit 5f8ec21

Browse files
committed
feat: add cippqueue output binding to activity functions
1 parent 37eb747 commit 5f8ec21

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

CIPPActivityFunction/function.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"name": "starter",
1212
"type": "durableClient",
1313
"direction": "in"
14+
},
15+
{
16+
"type": "queue",
17+
"direction": "out",
18+
"name": "QueueItem",
19+
"queueName": "cippqueue"
1420
}
1521
]
1622
}

0 commit comments

Comments
 (0)