Skip to content

Commit 906919f

Browse files
authored
Merge pull request #190142 from mike-urnun-msft/patch-20
(Azure CXP) fixes sample
2 parents 5087e39 + 1f6b000 commit 906919f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ To use a container registry, you first define the required fields to the [config
108108
```json
109109
{
110110
...
111-
"registries": {
111+
"registries": [{
112112
"server": "docker.io",
113113
"username": "my-registry-user-name",
114114
"passwordSecretRef": "my-password-secretref-name"
115-
}
115+
}]
116116
}
117117
```
118118

0 commit comments

Comments
 (0)