Skip to content

Commit eeccb2f

Browse files
authored
Merge pull request #94298 from MicrosoftDocs/release-ignite-cogsvcs-containers-luis
Ignite
2 parents 2db6a16 + 3f2112f commit eeccb2f

9 files changed

+205
-96
lines changed

articles/cognitive-services/LUIS/deploy-luis-on-container-instances.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: Run Azure Container Instances
2+
title: Run Azure Container instances
33
titleSuffix: Azure Cognitive Services
4-
description: Deploy the LUIS container to an Azure Container Instance, and test it in a web browser.
4+
description: Deploy the LUIS container to an Azure Container instance, and test it in a web browser.
55
services: cognitive-services
66
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
1010
ms.topic: conceptual
11-
ms.date: 7/5/2019
11+
ms.date: 11/04/2019
1212
ms.author: dapine
1313
---
1414

15-
# Deploy the Language Understanding (LUIS) container to Azure Container Instances
15+
# Deploy the Language Understanding (LUIS) container to Azure Container instances
1616

17-
Learn how to deploy the Cognitive Services [LUIS](luis-container-howto.md) container to Azure [Container Instances](https://docs.microsoft.com/azure/container-instances/). This procedure demonstrates the creation of an Anomaly Detector resource. Then we discuss pulling the associated container image. Finally, we highlight the ability to exercise the orchestration of the two from a browser. Using containers can shift the developers' attention away from managing infrastructure to instead focusing on application development.
17+
Learn how to deploy the Cognitive Services [LUIS](luis-container-howto.md) container to Azure [Container instances](https://docs.microsoft.com/azure/container-instances/). This procedure demonstrates the creation of an Anomaly Detector resource. Then we discuss pulling the associated container image. Finally, we highlight the ability to exercise the orchestration of the two from a browser. Using containers can shift the developers' attention away from managing infrastructure to instead focusing on application development.
1818

1919
[!INCLUDE [Prerequisites](../containers/includes/container-prerequisites.md)]
2020

2121
[!INCLUDE [Create LUIS resource](includes/create-luis-resource.md)]
2222

23-
[!INCLUDE [Create LUIS Container Instance resource](../containers/includes/create-container-instances-resource.md)]
23+
[!INCLUDE [Create LUIS Container instance resource](../containers/includes/create-container-instances-resource.md)]
2424

2525
[!INCLUDE [API documentation](../../../includes/cognitive-services-containers-api-documentation.md)]
2626

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Chinese support notes
3+
services: cognitive-services
4+
author: IEvangelist
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 10/07/2019
9+
ms.author: dapine
10+
---
11+
12+
### *Chinese support notes
13+
14+
- In the `zh-CN` culture, LUIS expects the simplified Chinese character set instead of the traditional character set.
15+
- The names of intents, entities, features, and regular expressions may be in Chinese or Roman characters.
16+
- See the [prebuilt domains reference](../luis-reference-prebuilt-domains.md) for information on which prebuilt domains are supported in the `zh-CN` culture.
17+
<!--- When writing regular expressions in Chinese, do not insert whitespace between Chinese characters.-->

articles/cognitive-services/LUIS/includes/create-luis-resource.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Container support
2+
title: Create LUIS resource
33
titleSuffix: Azure Cognitive Services
44
services: cognitive-services
55
author: IEvangelist
@@ -24,10 +24,7 @@ ms.author: dapine
2424
|Pricing Tier|`F0` - the minimal pricing tier|
2525
|Resource Group|Select an available resource group|
2626

27-
1. Click **Create** and wait for the resource to be created. After it is created, navigate to the resource page
28-
1. Collect configured `endpoint` and an API key:
27+
1. Click **Create** and wait for the resource to be created. After it is created, navigate to the resource page.
28+
1. Collect configured `endpoint` and an API key, see [gathering required parameters](#gathering-required-parameters).
2929

30-
|Resource Tab in Portal|Setting|Value|
31-
|--|--|--|
32-
|**Overview**|Endpoint|Copy the endpoint. It looks similar to `https://luis.cognitiveservices.azure.com/luis/v2.0`|
33-
|**Keys**|API Key|Copy 1 of the two keys. It is a 32 alphanumeric-character string with no spaces or dashes, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.|
30+
[!INCLUDE [Gathering required parameters](../../containers/includes/container-gathering-required-parameters.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Chinese support notes
3+
services: cognitive-services
4+
author: IEvangelist
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 10/07/2019
9+
ms.author: dapine
10+
---
11+
12+
### **Text analytics support notes
13+
Text analytics includes keyPhrase prebuilt entity and sentiment analysis. Only Portuguese is supported for subcultures: `pt-PT` and `pt-BR`. All other cultures are supported at the primary culture level. Learn more about Text Analytics [supported languages](../../text-analytics/language-support.md).

articles/cognitive-services/LUIS/luis-container-configuration.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 09/18/2019
12+
ms.date: 11/04/2019
1313
ms.author: dapine
1414
---
1515

@@ -59,12 +59,9 @@ This setting can be found in the following places:
5959
* Azure portal: **Cognitive Services** Overview, labeled `Endpoint`
6060
* LUIS portal: **Keys and Endpoint settings** page, as part of the endpoint URI.
6161

62-
Remember to include the `luis/v2.0` routing in the URL as shown in the following table:
63-
64-
65-
|Required| Name | Data type | Description |
66-
|--|------|-----------|-------------|
67-
|Yes| `Billing` | String | Billing endpoint URI<br><br>Example:<br>`Billing=https://westus.api.cognitive.microsoft.com/luis/v2.0` |
62+
| Required | Name | Data type | Description |
63+
|----------|------|-----------|-------------|
64+
| Yes | `Billing` | string | Billing endpoint URI. |
6865

6966
## Eula setting
7067

@@ -74,7 +71,7 @@ Remember to include the `luis/v2.0` routing in the URL as shown in the following
7471

7572
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
7673

77-
## Http proxy credentials settings
74+
## HTTP proxy credentials settings
7875

7976
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-http-proxy.md)]
8077

@@ -105,8 +102,6 @@ The following examples use the configuration settings to illustrate how to write
105102
* Do not change the order of the arguments unless you are very familiar with docker containers.
106103
* If you are using a different operating system, use the correct console/terminal, folder syntax for mounts, and line continuation character for your system. These examples assume a Windows console with a line continuation character `^`. Because the container is a Linux operating system, the target mount uses a Linux-style folder syntax.
107104

108-
Remember to include the `luis/v2.0` routing in the URL as shown in the following table.
109-
110105
Replace {_argument_name_} with your own values:
111106

112107
| Placeholder | Value | Format or example |

0 commit comments

Comments
 (0)