We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb279f4 + 0d5b252 commit 3f663b1Copy full SHA for 3f663b1
articles/azure-functions/functions-bindings-signalr-service-output.md
@@ -496,7 +496,7 @@ The following example adds a user to a group.
496
497
```javascript
498
module.exports = async function (context, req) {
499
- context.bindings.signalRGroupActions = [{
+ context.bindings.signalROutput = [{
500
"userId": req.query.userId,
501
"groupName": "myGroup",
502
"action": "add"
@@ -508,7 +508,7 @@ The following example removes a user from a group.
508
509
510
511
512
513
514
"action": "remove"
0 commit comments