You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ In this article, you'll learn how to use SignalR Service and Azure Functions to
21
21
22
22
The following prerequisites are needed for this quickstart:
23
23
24
-
- Visual Studio Code, or other code editor. If you don't already have Visual Studio Code installed, you can download and use it for free(https://code.visualstudio.com/Download).
24
+
- Visual Studio Code, or other code editor. If you don't already have Visual Studio Code installed, [download Visual Studio Code here](https://code.visualstudio.com/Download).
25
25
- An Azure subscription. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/dotnet) before you begin.
@@ -34,7 +34,7 @@ The following prerequisites are needed for this quickstart:
34
34
35
35
You'll need the Azure Functions Core Tools for this step.
36
36
37
-
1. Create an empty directory and navigate to the directory with command line.
37
+
1. Create an empty directory and change to the directory with the command line.
38
38
1. Initialize a new project.
39
39
40
40
```bash
@@ -128,7 +128,7 @@ You'll need the Azure Functions Core Tools for this step.
128
128
- `Negotiate` is used by the client to get an access token.
129
129
- `Broadcast` is periodically called to get the star count from GitHub and then broadcast messages to all clients.
130
130
131
-
1. The client interface forthis sample is a web page. We read HTML content from `content/index.html`in`GetHomePage` function, create a new file `index.html`in`content` directory under project root folder. And copy the following content.
131
+
1. The client interface forthis sample is a web page. We read HTML content from `content/index.html`in`GetHomePage` function, thencreate a new file *index.html*inthe `content` directory under project root folder. Copy the following content into *index.html*.
132
132
133
133
```html
134
134
<html>
@@ -176,7 +176,7 @@ You'll need the Azure Functions Core Tools for this step.
176
176
177
177

178
178
179
-
1. Copy the primary connection string. And execute the command below.
179
+
1. Copy the primary connection string, and then run the following command:
0 commit comments