Skip to content

Commit 815cb16

Browse files
authored
update
1 parent 502a67e commit 815cb16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ When the chat app first opens in the browser, it requires valid connection crede
178178
179179
# [Model v3](#tab/nodejs-v3)
180180
181+
1. From the root project folder, create the `negotiate` function from a built-in template by using the following command:
182+
```bash
183+
func new --template "SignalR negotiate HTTP trigger" --name negotiate
184+
```
181185
1. Open _negotiate/function.json_ to view the function binding configuration.
182186
183187
The function contains an HTTP trigger binding to receive requests from SignalR clients. The function also contains a SignalR input binding to generate valid credentials for a client to connect to an Azure SignalR Service hub named `default`.

0 commit comments

Comments
 (0)