Skip to content

Commit 41684c3

Browse files
Fine-tune text
1 parent 2521cad commit 41684c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/azure-functions/functions-bindings-signalr-service-input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ For more information on how this binding is used to create a "negotiate" functio
1515

1616
For information on setup and configuration details, see the [overview](functions-bindings-signalr-service.md).
1717

18+
## Example
19+
1820
# [C#](#tab/csharp)
1921

2022
The following example shows a [C# function](functions-dotnet-class-library.md) that acquires SignalR connection information using the input binding and returns it over HTTP.
@@ -136,7 +138,7 @@ public SignalRConnectionInfo negotiate(
136138

137139
---
138140

139-
### Authenticated tokens
141+
## Authenticated tokens
140142

141143
If the function is triggered by an authenticated client, you can add a user ID claim to the generated token. You can easily add authentication to a function app using [App Service Authentication](../app-service/overview-authentication-authorization.md).
142144

articles/azure-functions/functions-bindings-signalr-service-output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Use the *SignalR* output binding to send one or more messages using Azure Signal
1313

1414
- All connected clients
1515
- Connected clients authenticated to a specific user
16-
- Manage groups for which a user belongs
16+
17+
The output binding also allows you to manage groups.
1718

1819
For information on setup and configuration details, see the [overview](functions-bindings-signalr-service.md).
1920

0 commit comments

Comments
 (0)