Skip to content

Commit 24d2623

Browse files
Merge pull request #262101 from JialinXin/patch-1
Remove a note to avoid confusing
2 parents 0ef2415 + acc0821 commit 24d2623

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-web-pubsub/quickstart-serverless.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: JialinXin
55
ms.author: jixin
66
ms.service: azure-web-pubsub
77
ms.topic: tutorial
8-
ms.date: 05/05/2023
8+
ms.date: 01/02/2024
99
---
1010

1111
# Tutorial: Create a serverless real-time chat app with Azure Functions and Azure Web PubSub service
@@ -279,9 +279,6 @@ In this tutorial, you learn how to:
279279
func new -n message -t HttpTrigger
280280
```
281281

282-
> [!NOTE]
283-
> This function is actually using `WebPubSubTrigger`. However, the `WebPubSubTrigger` is not integrated in function's template. We use `HttpTrigger` to initialize the function template and change trigger type in code.
284-
285282
# [JavaScript](#tab/javascript)
286283

287284
- Update `message/function.json` and copy following json codes.

0 commit comments

Comments
 (0)