Skip to content

Commit 4fb3698

Browse files
authored
Merge pull request #49808 from diberry/0823-endpoint-url
location for endpoint explanation
2 parents 724290f + ff19bf2 commit 4fb3698

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

articles/cognitive-services/LUIS/luis-reference-regions.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Language Understanding (LUIS) regions | Microsoft Docs
2+
title: Language Understanding (LUIS) regions and endpoints - Azure - Cognitive Services LUIS | Microsoft Docs
33
titleSuffix: Azure
4-
description: This article contains lists of the LUIS regions for the LUIS website, Azure subscriptions, and world regions.
4+
description: The region in which you publish your LUIS app corresponds to the region or location you specify in the Azure portal when you create an Azure LUIS endpoint key. When you publish an app, LUIS automatically generates an endpoint URL for the region associated with the key. To publish a LUIS app to more than one region, you need at least one key per region.
55
services: cognitive-services
66
author: diberry
77
manager: cjgronlund
88
ms.service: cognitive-services
99
ms.component: language-understanding
1010
ms.topic: article
11-
ms.date: 03/19/2018
11+
ms.date: 08/23/2018
1212
ms.author: diberry
1313
---
1414
# Regions and keys
@@ -54,6 +54,24 @@ To publish to the European regions, you create LUIS apps at https://eu.luis.ai o
5454

5555
To publish to the Australian regions, you create LUIS apps at https://au.luis.ai only. If you attempt to publish anywhere else using a key in the Australian region, LUIS displays a warning message. Instead, use https://au.luis.ai. LUIS apps created at [https://au.luis.ai][au.luis.ai] don't automatically migrate to other regions. Export and then import the LUIS app in order to migrate it.
5656

57+
## Endpoints
58+
59+
LUIS currently has 2 endpoints: one for authoring and one for text analysis.
60+
61+
|Purpose|URL|
62+
|--|--|
63+
|Authoring|`https://{region}.api.cognitive.microsoft.com/luis/api/v2.0/apps/{appID}/`|
64+
|Text analysis (query prediction)|`https://{region}.api.cognitive.microsoft.com/luis/v2.0/apps/{appId}?q={q}[&timezoneOffset][&verbose][&spellCheck][&staging][&bing-spell-check-subscription-key][&log]`|
65+
66+
The following table explains the parameters, denoted with curly braces `{}`, in the previous table.
67+
68+
|Parameter|Purpose|
69+
|--|--|
70+
|region|Azure region - authoring and publishing have different regions|
71+
|appID|LUIS app ID used in URL route and found on app dashboard|
72+
|q|utterance text sent from client application such as chat bot|
73+
74+
5775
## Next steps
5876

5977
> [!div class="nextstepaction"]

articles/cognitive-services/LUIS/toc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,22 +290,22 @@
290290
href: https://aka.ms/azure-powershell-cognitiveservices
291291
- name: SDKs
292292
items:
293+
- name: .Net Authoring
294+
href: https://aka.ms/luis-sdk-dotnet-authoring
295+
- name: .Net Runtime
296+
href: https://aka.ms/luis-sdk-dotnet-runtime
293297
- name: Android
294298
href: https://github.com/Microsoft/Cognitive-LUIS-Android
295-
- name: Node.js Authoring
296-
href: http://aka.ms/luis-sdk-node-authoring
297-
- name: Node.js Endpoint
298-
href: http://aka.ms/luis-sdk-node-endpoint
299299
- name: Go
300300
href: https://aka.ms/luis-sdk-go
301301
- name: Java
302302
href: https://aka.ms/luis-java-sdk
303+
- name: Node.js Authoring
304+
href: http://aka.ms/luis-sdk-node-authoring
305+
- name: Node.js Runtime
306+
href: http://aka.ms/luis-sdk-node-endpoint
303307
- name: Python
304308
href: https://aka.ms/luis-python-sdk
305-
- name: .Net Endpoint
306-
href: https://aka.ms/luis-endpoint-sdk
307-
- name: .Net Authoring
308-
href: https://aka.ms/luis-authoring-sdk
309309
- name: Related
310310
items:
311311
- name: Azure Bot Service

0 commit comments

Comments
 (0)