Skip to content

Commit 6052a20

Browse files
authored
Merge pull request #120223 from abarqawi/patch-4
Update container-registry-artifact-streaming.md
2 parents 7e79d3b + 89fa843 commit 6052a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-artifact-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Start artifact streaming, by following these general steps:
9595
9696
```azurecli-interactive
9797
az configure --defaults acr="mystreamingtest"
98-
az acr import -source docker.io/jupyter/all-spark-notebook:latest -t jupyter/all-spark-notebook:latest
98+
az acr import --source docker.io/jupyter/all-spark-notebook:latest -t jupyter/all-spark-notebook:latest
9999
```
100100
101101
3. Create an artifact streaming from the Image

0 commit comments

Comments
 (0)