Skip to content

Commit 4879c5f

Browse files
committed
updating mcr location
1 parent 7dd04f7 commit 4879c5f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
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: conceptual
11-
ms.date: 04/01/2020
11+
ms.date: 05/07/2020
1212
ms.author: aahi
1313
---
1414

@@ -116,7 +116,7 @@ The following Docker examples are for the Anomaly Detector container.
116116

117117
```Docker
118118
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \
119-
mcr.microsoft.com/azure-cognitive-services/anomaly \
119+
mcr.microsoft.com/azure-cognitive-services/anomaly-detector \
120120
Eula=accept \
121121
Billing={ENDPOINT_URI} \
122122
ApiKey={API_KEY}
@@ -126,7 +126,7 @@ The following Docker examples are for the Anomaly Detector container.
126126

127127
```Docker
128128
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \
129-
mcr.microsoft.com/azure-cognitive-services/anomaly \
129+
mcr.microsoft.com/azure-cognitive-services/anomaly-detector \
130130
Eula=accept \
131131
Billing={ENDPOINT_URI} ApiKey={API_KEY} \
132132
Logging:Console:LogLevel:Default=Information

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

Lines changed: 4 additions & 4 deletions
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: conceptual
11-
ms.date: 04/01/2020
11+
ms.date: 05/07/2020
1212
ms.author: aahi
1313
---
1414

@@ -62,7 +62,7 @@ Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pul
6262

6363
| Container | Repository |
6464
|-----------|------------|
65-
| cognitive-services-anomaly-detector | `mcr.microsoft.com/azure-cognitive-services/anomaly:latest` |
65+
| cognitive-services-anomaly-detector | `mcr.microsoft.com/azure-cognitive-services/anomaly-detector:latest` |
6666

6767
<!--
6868
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.
@@ -72,7 +72,7 @@ For a full description of available tags, such as `latest` used in the preceding
7272
### Docker pull for the Anomaly Detector container
7373

7474
```Docker
75-
docker pull mcr.microsoft.com/azure-cognitive-services/anomaly:latest
75+
docker pull mcr.microsoft.com/azure-cognitive-services/anomaly-detector:latest
7676
```
7777

7878
## How to use the container
@@ -90,7 +90,7 @@ Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/)
9090

9191
```bash
9292
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \
93-
mcr.microsoft.com/azure-cognitive-services/anomaly:latest \
93+
mcr.microsoft.com/azure-cognitive-services/anomaly-detector:latest \
9494
Eula=accept \
9595
Billing={ENDPOINT_URI} \
9696
ApiKey={API_KEY}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.topic: article
11-
ms.date: 04/01/2020
11+
ms.date: 05/07/2020
1212
ms.author: aahi
1313
#As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
1414
---

articles/cognitive-services/containers/container-image-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Cognitive Services offers many container images. The container registries
2020
2121
## Anomaly Detector
2222

23-
The [Anomaly Detector][ad-containers] container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services` repository and is named `sentiment`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/anomaly`.
23+
The [Anomaly Detector][ad-containers] container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services` repository and is named `sentiment`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/anomaly-detector`.
2424

2525
This container image has the following tags available:
2626

articles/cognitive-services/containers/includes/cognitive-services-container-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following preview containers are available publicly. The Microsoft Container
5353
|--|--|--|
5454
| [Text Analytics](../../text-analytics/how-tos/text-analytics-how-to-install-containers.md) | Key Phrase Extraction | `mcr.microsoft.com/azure-cognitive-services/keyphrase` |
5555
| [Text Analytics](../../text-analytics/how-tos/text-analytics-how-to-install-containers.md) | Language Detection | `mcr.microsoft.com/azure-cognitive-services/language` |
56-
| [Anomaly detector](../../anomaly-detector/anomaly-detector-container-howto.md) | Anomaly Detector | `mcr.microsoft.com/azure-cognitive-services/anomaly` |
56+
| [Anomaly detector](../../anomaly-detector/anomaly-detector-container-howto.md) | Anomaly Detector | `mcr.microsoft.com/azure-cognitive-services/anomaly-detector` |
5757

5858
#### Public "Gated" preview (container registry: `containerpreview.azurecr.io`)
5959

0 commit comments

Comments
 (0)