Skip to content

Commit 923553e

Browse files
Merge pull request #6325 from aahill/aug-fixes
Updating container page
2 parents a72da09 + 4e31ae4 commit 923553e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/ai-services/cognitive-services-container-support.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aahill
66
manager: nitinme
77
ms.service: azure-ai-services
88
ms.topic: overview
9-
ms.date: 03/31/2025
9+
ms.date: 07/31/2025
1010
ms.author: aahi
1111
keywords: on-premises, Docker, container, Kubernetes
1212
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.
@@ -46,7 +46,7 @@ Azure AI containers provide the following set of Docker containers, each of whic
4646

4747
| Service | Container | Description | Availability |
4848
|--|--|--|--|
49-
| [LUIS][lu-containers] | **LUIS** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/language/luis/about)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
49+
| [LUIS][lu-containers] | **LUIS** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/language/luis/about)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available. |
5050
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/keyphrase/about)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff," the API returns the main talking points: "food" and "wonderful staff". | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5151
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/language/about)) | For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5252
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/sentiment/about)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
@@ -55,7 +55,7 @@ Azure AI containers provide the following set of Docker containers, each of whic
5555
| [Language service][ta-containers-pii] | **Personally Identifiable Information (PII) detection** ([image](https://mcr.microsoft.com/en-us/product/azure-cognitive-services/textanalytics/pii/tags))| Detect and redact personally identifiable information entities from text. | Generally available. <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5656
| [Language service][ta-containers-cner] | **Custom Named Entity Recognition** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/customner/about))| Extract named entities from text, using a custom model you create using your data. | Generally available |
5757
| [Language service][ta-containers-summarization] | **Summarization** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/summarization/about))| Summarize text from various sources. | Public preview. <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
58-
| [Language service][ta-containers-clu] | **Conversational Language Understanding** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/language/clu/about)| Interpret conversational language. | Generally Available. <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
58+
| [Language service][ta-containers-clu] | **Conversational Language Understanding** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/language/clu/about))| Interpret conversational language. | Generally Available. <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5959
| [Translator][tr-containers] | **Translator** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/about))| Translate text in several languages and dialects. | Generally available. Gated - [request access](https://aka.ms/csgate-translator). <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6060

6161
### Speech containers
@@ -117,7 +117,6 @@ Install and explore the functionality provided by containers in Azure AI service
117117
[ad-containers]: anomaly-Detector/anomaly-detector-container-howto.md
118118
[cv-containers]: computer-vision/computer-vision-how-to-install-containers.md
119119
[lu-containers]: luis/luis-container-howto.md
120-
[su-containers]: language-service/summarization/how-to/use-containers.md
121120
[sp-containers]: speech-service/speech-container-howto.md
122121
[spa-containers]: ./computer-vision/spatial-analysis-container.md
123122
[sp-containers-lid]: speech-service/speech-container-lid.md
@@ -133,6 +132,6 @@ Install and explore the functionality provided by containers in Azure AI service
133132
[ta-containers-summarization]: language-service/summarization/how-to/use-containers.md
134133
[ta-containers-ner]: language-service/named-entity-recognition/how-to/use-containers.md
135134
[ta-containers-pii]: language-service/personally-identifiable-information/how-to/use-containers.md
136-
[ta-contatiners-clu]: language-service/conversational-language-understanding/how-to/use-containers.md
135+
[ta-containers-clu]: language-service/conversational-language-understanding/how-to/use-containers.md
137136
[tr-containers]: translator/containers/translator-how-to-install-container.md
138137
[request-access]: https://aka.ms/csgate

0 commit comments

Comments
 (0)