Skip to content

Commit 7dd04f7

Browse files
committed
adding new mcr location
1 parent 9ea5e7e commit 7dd04f7

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector \
119+
mcr.microsoft.com/azure-cognitive-services/anomaly \
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-
containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector \
129+
mcr.microsoft.com/azure-cognitive-services/anomaly \
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 | `containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector:latest` |
65+
| cognitive-services-anomaly-detector | `mcr.microsoft.com/azure-cognitive-services/anomaly: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 containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector:latest
75+
docker pull mcr.microsoft.com/azure-cognitive-services/anomaly: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-
containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector:latest \
93+
mcr.microsoft.com/azure-cognitive-services/anomaly:latest \
9494
Eula=accept \
9595
Billing={ENDPOINT_URI} \
9696
ApiKey={API_KEY}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ 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 `containerpreview.azurecr.io` container registry. It resides within the `microsoft` repository and is named `cognitive-services-anomaly-detector`. The fully qualified container image name is, `containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector`.
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`.
2424

2525
This container image has the following tags available:
2626

2727
| Image Tags | Notes |
2828
|-------------------------------|:------|
2929
| `latest` | |
30-
| `1.1.009301-amd64-preview` | |
31-
| `1.1.008500001-amd64-preview` | |
3230

3331
## Computer Vision
3432

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 | `containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-detector` |
56+
| [Anomaly detector](../../anomaly-detector/anomaly-detector-container-howto.md) | Anomaly Detector | `mcr.microsoft.com/azure-cognitive-services/anomaly` |
5757

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

0 commit comments

Comments
 (0)