Skip to content

Commit 9d43aa6

Browse files
committed
fix link to resource creation
1 parent 263d92f commit 9d43aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/LUIS/includes/sdk-csharp-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Language Understanding (LUIS) authoring client library for .NET to:
2525

2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2727
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
28-
* Once you have your Azure subscription, create a Language Understanding authoring resource (https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28+
* Once you have your Azure subscription, [create a Language Understanding authoring resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2929
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
3030

3131
## Setting up

articles/cognitive-services/LUIS/includes/sdk-python-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Language Understanding (LUIS) authoring client library for Python to:
2424

2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2626
* The current version of [Python 3.x](https://www.python.org/).
27-
* Once you have your Azure subscription, create a Language Understanding authoring resource (https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
27+
* Once you have your Azure subscription, [create a Language Understanding authoring resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2828
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
2929

3030
## Setting up

0 commit comments

Comments
 (0)