Skip to content

Commit 37f3ccc

Browse files
authored
Merge pull request #224325 from aahill/container-page-remove
Container image tag page removal
2 parents e1b3a62 + 9b1f941 commit 37f3ccc

File tree

14 files changed

+78
-3951
lines changed

14 files changed

+78
-3951
lines changed

articles/cognitive-services/.openpublishing.redirection.cognitive-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,6 +2100,11 @@
21002100
"redirect_url": "/azure/cognitive-services/containers/azure-container-instance-recipe",
21012101
"redirect_document_id": false
21022102
},
2103+
{
2104+
"source_path_from_root": "/articles/cognitive-services/containers/container-image-tags.md",
2105+
"redirect_url": "/azure/cognitive-services/cognitive-services-container-support",
2106+
"redirect_document_id": false
2107+
},
21032108
{
21042109
"source_path_from_root": "/articles/cognitive-services/form-recognizer/form-recognizer-container-configuration.md",
21052110
"redirect_url": "/azure/cognitive-services/form-recognizer/containers/form-recognizer-container-configuration",

articles/cognitive-services/Anomaly-Detector/anomaly-detector-container-howto.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: anomaly-detector
1010
ms.topic: how-to
11-
ms.date: 10/14/2021
11+
ms.date: 01/27/2023
1212
ms.author: mbullwin
1313
ms.custom: cog-serv-seo-aug-2020
1414
keywords: on-premises, Docker, container, streaming, algorithms
@@ -65,12 +65,19 @@ Core and memory correspond to the `--cpus` and `--memory` settings, which are us
6565

6666
## Get the container image with `docker pull`
6767

68+
The Anomaly Detector container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/decision` repository and is named `anomaly-detector`. The fully qualified container image name is `mcr.microsoft.com/azure-cognitive-services/decision/anomaly-detector`.
69+
70+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [image tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/decision/anomaly-detector/tags).
71+
6872
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image.
6973

7074
| Container | Repository |
7175
|-----------|------------|
7276
| cognitive-services-anomaly-detector | `mcr.microsoft.com/azure-cognitive-services/decision/anomaly-detector:latest` |
7377

78+
> [!TIP]
79+
> When using [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/), pay close attention to the casing of the container registry, repository, container image name and corresponding tag. They are case sensitive.
80+
7481
<!--
7582
For a full description of available tags, such as `latest` used in the preceding command, see [anomaly-detector](https://go.microsoft.com/fwlink/?linkid=2083827&clcid=0x409) on Docker Hub.
7683
-->

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: how-to
11-
ms.date: 12/27/2022
11+
ms.date: 01/18/2023
1212
ms.author: pafarley
1313
ms.custom: seodec18, cog-serv-seo-aug-2020
1414
keywords: on-premises, OCR, Docker, container
@@ -80,6 +80,10 @@ grep -q avx2 /proc/cpuinfo && echo AVX2 supported || echo No AVX2 support detect
8080

8181
## Get the container image
8282

83+
The Computer Vision Read OCR container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services` repository and is named `read`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/vision/read`.
84+
85+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/vision/read/tags).
86+
8387
The following container images for Read are available.
8488

8589
| Container | Container Registry / Repository / Image Name | Tags |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18, cog-serv-seo-aug-2020
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: how-to
12-
ms.date: 10/14/2021
12+
ms.date: 01/18/2023
1313
ms.author: aahi
1414
keywords: on-premises, Docker, container
1515
---
@@ -84,6 +84,10 @@ Core and memory correspond to the `--cpus` and `--memory` settings, which are us
8484

8585
## Get the container image with `docker pull`
8686

87+
The LUIS container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/language` repository and is named `luis`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/language/luis`.
88+
89+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/language/luis/tags).
90+
8791
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image from the `mcr.microsoft.com/azure-cognitive-services/language/luis` repository:
8892

8993
```

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: how-to
11-
ms.date: 01/24/2022
11+
ms.date: 01/18/2023
1212
ms.author: eur
1313
ms.custom: cog-serv-seo-aug-2020
1414
keywords: on-premises, Docker, container
@@ -83,30 +83,42 @@ Fill out and submit the [request form](https://aka.ms/csgate) to request access
8383

8484
[!INCLUDE [Request access to public preview](../../../includes/cognitive-services-containers-request-access.md)]
8585

86-
## Get the container image with docker pull
87-
88-
Container images for Speech are available in the following container registry.
86+
## Speech container images
8987

9088
# [Speech-to-text](#tab/stt)
9189

90+
The Speech-to-text container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `speech-to-text`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/speechservices/speech-to-text`. You can find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/speech-to-text/tags).
91+
9292
| Container | Repository |
9393
|-----------|------------|
9494
| Speech-to-text | `mcr.microsoft.com/azure-cognitive-services/speechservices/speech-to-text:latest` |
9595

9696
# [Custom speech-to-text](#tab/cstt)
9797

98+
The Custom Speech-to-text container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `custom-speech-to-text`. The fully qualified container image name is `mcr.microsoft.com/azure-cognitive-services/speechservices/custom-speech-to-text`.
99+
100+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/custom-speech-to-text/tags).
101+
98102
| Container | Repository |
99103
|-----------|------------|
100104
| Custom speech-to-text | `mcr.microsoft.com/azure-cognitive-services/speechservices/custom-speech-to-text:latest` |
101105

102106
# [Neural text-to-speech](#tab/ntts)
103107

108+
The Neural Text-to-speech container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `neural-text-to-speech`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech`.
109+
110+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/about).
111+
104112
| Container | Repository |
105113
|-----------|------------|
106114
| Neural text-to-speech | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:latest` |
107115

108116
# [Speech language identification](#tab/lid)
109117

118+
The Speech language detection container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `language-detection`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/speechservices/language-detection`.
119+
120+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/language-detection/tags).
121+
110122
> [!TIP]
111123
> To get the most useful results, use the Speech language identification container with the speech-to-text or custom speech-to-text containers.
112124
@@ -118,7 +130,7 @@ Container images for Speech are available in the following container registry.
118130

119131
[!INCLUDE [Tip for using docker list](../../../includes/cognitive-services-containers-docker-list-tip.md)]
120132

121-
### Docker pull for the Speech containers
133+
### Get the container image with docker pull
122134

123135
# [Speech-to-text](#tab/stt)
124136

articles/cognitive-services/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
href: containers/index.yml
4444
- name: Cognitive Services containers overview
4545
href: cognitive-services-container-support.md
46-
- name: Container image tags and releases notes
47-
href: ./containers/container-image-tags.md
4846
- name: General container FAQ
4947
href: ./containers/container-faq.yml
5048
- name: Use containers in disconnected environments

articles/cognitive-services/Translator/containers/translator-how-to-install-container.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: how-to
11-
ms.date: 11/29/2022
11+
ms.date: 01/18/2023
1212
ms.author: lajanuar
1313
recommendations: false
1414
keywords: on-premises, Docker, container, identify
@@ -89,6 +89,13 @@ Application for Gated Services**](https://aka.ms/csgate-translator) to request a
8989

9090
[!INCLUDE [Request access to public preview](../../../../includes/cognitive-services-containers-request-access.md)]
9191

92+
93+
## Translator container image
94+
95+
The Translator container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/translator` repository and is named `text-translation`. The fully qualified container image name is `mcr.microsoft.com/azure-cognitive-services/translator/text-translation:1.0.019410001-amd64-preview`.
96+
97+
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/tags).
98+
9299
## Get container images with **docker commands**
93100

94101
> [!IMPORTANT]

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
99
ms.service: cognitive-services
1010
ms.topic: overview
11-
ms.date: 09/21/2022
11+
ms.date: 01/27/2023
1212
ms.author: aahi
1313
keywords: on-premises, Docker, container, Kubernetes
1414
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -33,7 +33,7 @@ Containerization is an approach to software distribution in which an application
3333

3434
## Containers in Azure Cognitive Services
3535

36-
Azure Cognitive Services containers provide the following set of Docker containers, each of which contains a subset of functionality from services in Azure Cognitive Services. You can find instructions and image locations in the tables below. A list of [container images](containers/container-image-tags.md) is also available.
36+
Azure Cognitive Services containers provide the following set of Docker containers, each of which contains a subset of functionality from services in Azure Cognitive Services. You can find instructions and image locations in the tables below.
3737

3838
> [!NOTE]
3939
> See [Install and run Form Recognizer containers](../applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md) for **Applied AI Services Form Recognizer** container instructions and image locations.
@@ -42,18 +42,18 @@ Azure Cognitive Services containers provide the following set of Docker containe
4242

4343
| Service | Container | Description | Availability |
4444
|--|--|--|--|
45-
| [Anomaly detector][ad-containers] | **Anomaly Detector** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-decision-anomaly-detector)) | The Anomaly Detector API enables you to monitor and detect abnormalities in your time series data with machine learning. | Generally available |
45+
| [Anomaly detector][ad-containers] | **Anomaly Detector** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/decision/anomaly-detector/about)) | The Anomaly Detector API enables you to monitor and detect abnormalities in your time series data with machine learning. | Generally available |
4646

4747
### Language containers
4848

4949
| Service | Container | Description | Availability |
5050
|--|--|--|--|
51-
| [LUIS][lu-containers] | **LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409)) | 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). |
52-
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | 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). |
53-
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) | 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). |
54-
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | 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-
| [Language service][ta-containers-health] | **Text Analytics for health** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-textanalytics-healthcare))| Extract and label medical information from unstructured clinical text. | Generally available |
56-
| [Translator][tr-containers] | **Translator** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-translator-text-translation))| 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). |
51+
| [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). |
52+
| [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). |
53+
| [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). |
54+
| [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+
| [Language service][ta-containers-health] | **Text Analytics for health** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/healthcare/about))| Extract and label medical information from unstructured clinical text. | Generally available |
56+
| [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). |
5757

5858
### Speech containers
5959

0 commit comments

Comments
 (0)