Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update lab-instructions.md #2

Merged
merged 1 commit into from Sep 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lab-instructions.md
Expand Up @@ -116,7 +116,7 @@ This tutorial uses Azure Functions bindings to interact with Azure Cosmos DB and

1. Install the SignalR Service function app extension.
```
func extensions install -p AzureAdvocates.WebJobs.Extensions.SignalRService -v 0.2.0-alpha
func extensions install -p AzureAdvocates.WebJobs.Extensions.SignalRService -v 0.3.0-alpha
```

![](https://github.com/Azure-Samples/functions-serverless-chat-app-tutorial/raw/master/media/vscode-install-func-extensions-screenshot.png)
Expand Down