Skip to content

Commit cebba1c

Browse files
authored
Small yaml update
1 parent 65f65e1 commit cebba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 if you are pulling a non-public image
22+
imageRegistryCredentials: # This is only required if you are pulling a non-public image that requires authentication to access.
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)