Skip to content

Commit 4ac5677

Browse files
authored
Merge pull request #115647 from aahill/patch-30
Update create-container-instances-resource-from-azure-cli.md
2 parents 800af89 + 18d938c commit 4ac5677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ 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 only required if you are pulling a non-public image that requires authentication to access.
22+
properties:
23+
imageRegistryCredentials: # This is only required if you are pulling a non-public image that requires authentication to access.
2324
- server: containerpreview.azurecr.io
2425
username: # < The username for the preview container registry >
2526
password: # < The password for the preview container registry >
26-
properties:
2727
containers:
2828
- name: # < Container name >
2929
properties:

0 commit comments

Comments
 (0)