Skip to content

Commit bc860be

Browse files
grminchvicancy
andauthored
Update articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md
Co-authored-by: Liangying.Wei <[email protected]>
1 parent a8b7f2f commit bc860be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You'll need the Azure Functions Core Tools for this step.
128128
- `Negotiate` is used by the client to get an access token.
129129
- `Broadcast` is periodically called to get the star count from GitHub and then broadcast messages to all clients.
130130
131-
1. The client interface for this sample is a web page. We read HTML content from `content/index.html` in `GetHomePage` function, then create a new file *index.html* in the `content` directory under project root folder. Copy the following content into *index.html*.
131+
1. The client interface for this sample is a web page. We render the web page using the `GetHomePage` function by reading HTML content from file *content/index.html*. Now let's create this *index.html* under the `content` subdirectory with the following content:
132132
133133
```html
134134
<html>

0 commit comments

Comments
 (0)