Skip to content

Commit bf686db

Browse files
Merge pull request #208233 from vicancy/patch-1
Update signalr-tutorial-authenticate-azure-functions.md
2 parents 38ddb07 + 6b3de44 commit bf686db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial, you learn how to authenticate Azure SignalR Servi
44
author: vicancy
55
ms.service: signalr
66
ms.topic: tutorial
7-
ms.date: 03/01/2019
7+
ms.date: 08/17/2022
88
ms.author: lianwei
99
ms.devlang: javascript
1010
ms.custom: devx-track-js
@@ -282,7 +282,7 @@ The web app also requires an HTTP API to send chat messages. You will create an
282282
283283
## Create and run the chat client web user interface
284284
285-
The chat application's UI is a simple single page application (SPA) created with the Vue JavaScript framework. It will be hosted separately from the function app. Locally, you will run the web interface using the Live Server VS Code extension.
285+
The chat application's UI is a simple single page application (SPA) created with the Vue JavaScript framework using [ASP.NET Core SignalR JavaScript client](/aspnet/core/signalr/javascript-client). It will be hosted separately from the function app. Locally, you will run the web interface using the Live Server VS Code extension.
286286
287287
1. In VS Code, create a new folder named **content** at the root of the main project folder.
288288
@@ -511,4 +511,4 @@ In this tutorial, you learned how to use Azure Functions with Azure SignalR Serv
511511
> [!div class="nextstepaction"]
512512
> [Build Real-time Apps with Azure Functions](signalr-concept-azure-functions.md)
513513
514-
[Having issues? Let us know.](https://aka.ms/asrs/qsauth)
514+
[Having issues? Let us know.](https://aka.ms/asrs/qsauth)

0 commit comments

Comments
 (0)