Skip to content

Commit cc466d8

Browse files
committed
fix links
1 parent 48d4972 commit cc466d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ This quickstart can be run on macOS, Windows, or Linux.
2222

2323
| Prerequisite | Description |
2424
| --- | --- |
25-
| An Azure subsription |If you don't have an [Azure subscription](../articles/guides/developer/azure-developer-guide.md#understanding-accounts-subscriptions-and-billing), create an [Azure free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)|
25+
| An Azure subsription |If you don't have a subscription, create an [Azure free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)|
2626
| A code editor | You'll need a code editor such as [Visual Studio Code](https://code.visualstudio.com/). |
2727
| [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing)| Requires version 2.7.1505 or higher to run Python Azure Function apps locally.|
2828
|[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).|
2929
| [Azurite](../storage/common/storage-use-azurite.md)| SignalR binding needs Azure Storage. You can use a local storage emulator when a function is running locally. |
30-
| [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)| Optionally, you can use the Azure CLI to create an Azure SignalR Service instance. |
30+
| [Azure CLI]([Azure CLI](/cli/azure/install-azure-cli)| Optionally, you can use the Azure CLI to create an Azure SignalR Service instance. |
3131

3232
## Create an Azure SignalR Service instance
3333

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Get started with Azure SignalR Service by using Azure Functions and Python to bu
1818
1919
## Prerequisites
2020

21-
This quickstart can be run on macOS, Windows, or Linux. You willneed the following:
21+
This quickstart can be run on macOS, Windows, or Linux. You will need the following:
2222

2323
| Prerequisite | Description |
2424
| --- | --- |
25-
| An Azure subsription |If you don't have an [Azure subscription](../articles/guides/developer/azure-developer-guide.md#understanding-accounts-subscriptions-and-billing), create an [Azure free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)|
25+
| An Azure subscription |If you don't have an Azure subscription, create an [Azure free account]((https://azure.microsoft.com/free/?WT.mc_id=A261C142F))|
2626
| A code editor | You'll need a code editor such as [Visual Studio Code](https://code.visualstudio.com/). |
2727
| [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing)| Requires version 2.7.1505 or higher to run Python Azure Function apps locally.|
2828
| [Python 3.6+](https://www.python.org/downloads/)| Azure Functions requires Python 3.6+. See [Supported Python versions](../azure-functions/functions-reference-python.md#python-version). |
2929
| [Azurite](../storage/common/storage-use-azurite.md)| SignalR binding needs Azure Storage. You can use a local storage emulator when a function is running locally. |
30-
| [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)| Optionally, you can use the Azure CLI to create an Azure SignalR Service instance. |
30+
| [Azure CLI]([Azure CLI](/cli/azure/install-azure-cli))| Optionally, you can use the Azure CLI to create an Azure SignalR Service instance. |
3131

3232
## Create an Azure SignalR Service instance
3333

0 commit comments

Comments
 (0)