Skip to content

Commit 9c130c0

Browse files
Update container-registry-authentication.md
------- cc: @dlepow @mikefrobbins
1 parent 2766183 commit 9c130c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/container-registry/container-registry-authentication.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ Then, run `docker login`, passing `00000000-0000-0000-0000-000000000000` as the
8080
```console
8181
docker login myregistry.azurecr.io --username 00000000-0000-0000-0000-000000000000 --password $TOKEN
8282
```
83+
Likewise, you can use the token returned by `az acr login` with the `helm registry login` command to authenticate with the registry:
84+
85+
```console
86+
echo $TOKEN | helm registry login myregistry.azurecr.io \
87+
--username 00000000-0000-0000-0000-000000000000 \
88+
--password-stdin
89+
```
8390

8491
### [Azure PowerShell](#tab/azure-powershell)
8592

0 commit comments

Comments
 (0)