You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/sdk-csharp-quickstart-authoring-app.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,51 @@ Use the Language Understanding (LUIS) authoring client library for .NET to:
29
29
* Language Understanding (LUIS) portal account - [Create one for free](https://www.luis.ai)
30
30
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
31
31
32
+
32
33
## Setting up
33
34
34
35
### Get your Language Understanding (LUIS) starter key
35
36
36
-
Get your [starter key](luis-how-to-azure-subscription.md#starter-key), and [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key, named `COGNITIVESERVICE_AUTHORING_KEY`.
37
+
Get your [starter key](luis-how-to-azure-subscription.md#starter-key) by creating a LUIS authoring resource. Keep your key, and the region of the key for the next step.
38
+
39
+
### Create an environment variable
40
+
41
+
Using your key, and the region for the key, create two environment variables for authentication:
42
+
43
+
*`COGNITIVESERVICE_AUTHORING_KEY` - The resource key for authenticating your requests.
44
+
*`COGNITIVESERVICE_REGION` - The region associated with your key. For example `westus`.
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/sdk-python-quickstart-authoring-app.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,46 @@ Use the Language Understanding (LUIS) authoring client library for Python to:
33
33
34
34
### Get your Language Understanding (LUIS) starter key
35
35
36
-
Get your [starter key](luis-how-to-azure-subscription.md#starter-key), and [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key, named `LUIS_AUTHORING_KEY` and an environment variable for the region of the key, `LUIS_REGION`.
36
+
Get your [starter key](luis-how-to-azure-subscription.md#starter-key) by creating a LUIS authoring resource. Keep your key, and the region of the key for the next step.
37
+
38
+
### Create an environment variable
39
+
40
+
Using your key, and the region for the key, create two environment variables for authentication:
41
+
42
+
*`LUIS_AUTHORING_KEY` - The resource key for authenticating your requests.
43
+
*`LUIS_REGION` - The region associated with your key. For example `westus`.
0 commit comments