Skip to content

Commit e143f57

Browse files
committed
updating section
1 parent 4f45ad4 commit e143f57

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

articles/cognitive-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-container-instances.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ Learn how to deploy the Cognitive Services [Anomaly Detector](../anomaly-detecto
1818

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

21-
## Request access to the private container registry
22-
23-
You must first complete and submit the [Anomaly Detector Container request form](https://aka.ms/adcontainer) to request access to the container.
24-
25-
[!INCLUDE [Request access](../../../../includes/cognitive-services-containers-request-access-only.md)]
26-
2721
[!INCLUDE [Create a Cognitive Services Anomaly Detector resource](../includes/create-anomaly-detector-resource.md)]
2822

2923
[!INCLUDE [Create an Anomaly Detector container on Azure Container Instances](../../containers/includes/create-container-instances-resource-from-azure-cli.md)]

articles/cognitive-services/containers/includes/create-container-instances-resource-from-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The YAML below defines the Azure Container Instance resource. Copy and paste the
1919
apiVersion: 2018-10-01
2020
location: # < Valid location >
2121
name: # < Container Group name >
22-
imageRegistryCredentials: # This is required when pulling a non-public image
22+
imageRegistryCredentials: # This is required if you are pulling a non-public image
2323
- server: containerpreview.azurecr.io
2424
username: # < The username for the preview container registry >
2525
password: # < The password for the preview container registry >

0 commit comments

Comments
 (0)