Skip to content

Commit 5ec6b55

Browse files
authored
Remove a note to avoid confusing
1 parent 0ef2415 commit 5ec6b55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)