Skip to content

Commit 19af712

Browse files
authored
Update signalr-concept-serverless-development-config.md
1 parent 4d170e2 commit 19af712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-signalr/signalr-concept-serverless-development-config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ For more information, see the [*SignalR trigger* binding reference](../azure-fun
5151

5252
You also need to configure your function endpoint as an upstream so that service will trigger the function when there is message from client. For more information about how to configure upstream, please refer to this [doc](concept-upstream.md).
5353

54+
> [!NOTE]
55+
> StreamInvocation from client is not supported in Serverless Mode.
56+
5457
### Sending messages and managing group membership
5558

5659
Use the *SignalR* output binding to send messages to clients connected to Azure SignalR Service. You can broadcast messages to all clients, or you can send them to a subset of clients that are authenticated with a specific user ID or have been added to a specific group.

0 commit comments

Comments
 (0)