Skip to content

Commit 8ddb911

Browse files
authored
Update quickstart-serverless.md
1 parent 646a25f commit 8ddb911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ In this tutorial, you learn how to:
345345
```
346346
- Add `using` statements in header to resolve required dependencies.
347347
```c#
348+
using System.Threading.Tasks;
348349
using Microsoft.Azure.WebJobs.Extensions.WebPubSub;
349350
using Microsoft.Azure.WebPubSub.Common;
350351
```
@@ -565,4 +566,4 @@ In this quickstart, you learned how to run a serverless chat application. Now, y
565566
> [Quick start: Create a simple chatroom with Azure Web PubSub](./tutorial-build-chat.md)
566567
567568
> [!div class="nextstepaction"]
568-
> [Explore more Azure Web PubSub samples](https://github.com/Azure/azure-webpubsub/tree/main/samples)
569+
> [Explore more Azure Web PubSub samples](https://github.com/Azure/azure-webpubsub/tree/main/samples)

0 commit comments

Comments
 (0)