Skip to content

Commit fa63ff2

Browse files
committed
more edits
1 parent 6e07ceb commit fa63ff2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-signalr/includes/signalr-quickstart-create-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ You don't need to change the settings on the **Networking** and **Tags** tabs fo
3131
6. Select the **Review + create** button at the bottom of the **Basics** tab.
3232
1. On the **Review + create** tab, review the values and then select **Create**. It will take a few moments for deployment to complete.
3333
1. When the deployment is complete, select the **Go to resource** button.
34-
1. On the SignalR resource screen, select **Keys** from the menu on the left, under **Settings**.
34+
1. On the SignalR resource page, select **Keys** from the menu on the left, under **Settings**.
3535
1. Copy the **Connection string** for the primary key. You'll need this connection string to configure your app later in this tutorial.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use JavaScript to create a chat room with Azure Functions and SignalR Service
2+
title: Azure SignalR Service serverless quickstart - Javascript
33
description: A quickstart for using Azure SignalR Service and Azure Functions to create an App showing GitHub star count using JavaScript.
44
author: vicancy
55
ms.author: lianwei
@@ -9,7 +9,7 @@ ms.service: signalr
99
ms.devlang: javascript
1010
ms.custom: devx-track-js, mode-api
1111
---
12-
# Quickstart: Use JavaScript to create an App showing GitHub star count with Azure Functions and SignalR Service
12+
# Quickstart: Create a serverless app with Azure Functions and SignalR Service using Javascript
1313

1414
In this article, you'll use Azure SignalR Service, Azure Functions, and JavaScript to build a serverless application to broadcast messages to clients.
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Azure SignalR Service serverless quickstart - Python
33
description: A quickstart for using Azure SignalR Service and Azure Functions to create an App showing GitHub star count using Python.
44
author: vicancy
55
ms.author: lianwei
6-
ms.date: 04/19/2022
6+
ms.date: 12/15/2022
77
ms.topic: quickstart
88
ms.service: signalr
99
ms.devlang: python
1010
ms.custom: devx-track-python, mode-api
1111
---
12-
# Quickstart: Create a serverless app with Azure Functions, SignalR Service, and Python
12+
# Quickstart: Create a serverless app with Azure Functions and Azure SignalR Service in Python
1313

1414
Get started with Azure SignalR Service by using Azure Functions and Python to build a serverless application that broadcasts messages to clients. You'll run the function in the local environment, connecting to an Azure SignalR Service instance in the cloud. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure Account.
1515

0 commit comments

Comments
 (0)