Skip to content

Commit 85bc86f

Browse files
authored
Update functions-bindings-signalr-service-input.md
1 parent f414f2f commit 85bc86f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,6 @@ The following table explains the binding configuration properties that you set i
351351
::: zone-end
352352
::: zone pivot="programming-language-java"
353353

354-
### Binding expressions for HTTP trigger
355-
<a name="binding-expressions-for-http-trigger"></a>
356-
As SignalR input binding is usually used together with HTTP trigger, and the values of some attributes of SignalR input binding usually come from HTTP requests, we'll show how to bind values from HTTP requests to SignalR input binding attributes via [binding expression](./functions-bindings-expressions-patterns.md#trigger-metadata).
357-
358-
| HTTP metadata type | Binding expression format | Description | Example |
359-
|---------|--------|---------|--------|
360-
| HTTP request query | `{query.QUERY_PARAMETER_NAME}` | Binds the value of corresponding query parameter to an attribute | `{query.userName}` |
361-
| HTTP request header | `{headers.HEADER_NAME}` | Binds the value of a header to an attribute | `{headers.token}` |
362354

363355
## Annotations
364356

@@ -388,6 +380,15 @@ The following table explains the binding configuration properties that you set i
388380

389381
::: zone-end
390382

383+
### Binding expressions for HTTP trigger
384+
<a name="binding-expressions-for-http-trigger"></a>
385+
As SignalR input binding is usually used together with HTTP trigger, and the values of some attributes of SignalR input binding usually come from HTTP requests, we'll show how to bind values from HTTP requests to SignalR input binding attributes via [binding expression](./functions-bindings-expressions-patterns.md#trigger-metadata).
386+
387+
| HTTP metadata type | Binding expression format | Description | Example |
388+
|---------|--------|---------|--------|
389+
| HTTP request query | `{query.QUERY_PARAMETER_NAME}` | Binds the value of corresponding query parameter to an attribute | `{query.userName}` |
390+
| HTTP request header | `{headers.HEADER_NAME}` | Binds the value of a header to an attribute | `{headers.token}` |
391+
391392
## Next steps
392393

393394
- [Handle messages from SignalR Service (Trigger binding)](./functions-bindings-signalr-service-trigger.md)

0 commit comments

Comments
 (0)