Skip to content

Commit 8f1bc62

Browse files
authored
Merge pull request #275570 from Akhilesh-microsoft/ASR/sr_quickstart_azure_functions_csharp
[ASR: sr_quickstart_azure_functions_csharp] : Verified the article, reviewed the content, and fixed all minor editorial issues. Article looks good.
2 parents d07d9c5 + 95f298c commit 8f1bc62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.service: signalr
66
ms.devlang: csharp
77
ms.topic: quickstart
88
ms.custom: devx-track-csharp, mode-other
9-
ms.date: 12/28/2022
9+
ms.date: 05/16/2024
1010
ms.author: lianwei
1111
---
1212

1313
# Quickstart: Create an app showing GitHub star count with Azure Functions and SignalR Service via C#
1414

15-
In this article, you'll learn how to use SignalR Service and Azure Functions to build a serverless application with C# to broadcast messages to clients.
15+
In this article, you learn how to use SignalR Service and Azure Functions to build a serverless application with C# to broadcast messages to clients.
1616

1717
# [In-process](#tab/in-process)
1818

@@ -41,7 +41,7 @@ The following prerequisites are needed for this quickstart:
4141

4242
## Setup and run the Azure Function locally
4343

44-
You'll need the Azure Functions Core Tools for this step.
44+
You need the Azure Functions Core Tools for this step.
4545

4646
1. Create an empty directory and change to the directory with the command line.
4747
1. Initialize a new project.
@@ -287,7 +287,7 @@ You'll need the Azure Functions Core Tools for this step.
287287
func start
288288
```
289289
290-
After the Azure function is running locally, open `http://localhost:7071/api/index`, and you can see the current star count. If you star or unstar in the GitHub, you'll get a star count refreshing every few seconds.
290+
After the Azure function is running locally, open `http://localhost:7071/api/index`, and you can see the current star count. If you star or unstar in the GitHub, you get a star count refreshing every few seconds.
291291
292292
293293
[!INCLUDE [Cleanup](includes/signalr-quickstart-cleanup.md)]

0 commit comments

Comments
 (0)