Skip to content

Commit 76aa5ec

Browse files
committed
fix build errors and replace red with in signalr-quickstart-azure-functions-python.md
1 parent fa63ff2 commit 76aa5ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-js, mode-api
2121
- A code editor, such as [Visual Studio Code](https://code.visualstudio.com/).
2222
- An Azure account with an active subscription. If you don't already have an Azure account, [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2323
- [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing), version 2 or above. Used to run Azure Function apps locally.
24-
- [Node.js](https://nodejs.org/en/download/), See supported node.js versions in the [Azure Functions JavaScript developer guide](../azure-functions/functions-reference-node#node-version).
24+
- [Node.js](https://nodejs.org/en/download/), See supported node.js versions in the [Azure Functions JavaScript developer guide](../azure-functions/functions-reference-node.md#node-version).
2525
- SignalR binding needs Azure Storage, but you can use a local storage emulator when a function is running locally. Install the open source storage emulator [Azurite](../storage/common/storage-use-azurite.md).
2626

2727
The examples should work with other versions of Node.js, for more information, see [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages).

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can use this sample function as a template for your own functions.
8585
{
8686
"type": "http",
8787
"direction": "out",
88-
"name": "res"
88+
"name": "$result"
8989
}
9090
]
9191
}
@@ -275,10 +275,10 @@ Start the Azurite storage emulator:
275275
```
276276

277277
Run the Azure Function in the local environment:
278-
279-
```bash
280-
func start
281-
```
278+
279+
```bash
280+
func start
281+
```
282282

283283
> [!NOTE]
284284
> If you see an error like `There was an error performing a read operation on the Blob Storage Secret Repository`. Please ensure the 'AzureWebJobsStorage' setting in the *local.settings.json* file is set to `UseDevelopmentStorage=true`.

0 commit comments

Comments
 (0)