Skip to content

Commit 89fa843

Browse files
authored
Update container-registry-artifact-streaming.md
should be --source not -source
1 parent ce6a328 commit 89fa843

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
@@ -89,7 +89,7 @@ Start artifact streaming, by following these general steps:
8989
9090
```azurecli-interactive
9191
az configure --defaults acr="mystreamingtest"
92-
az acr import -source docker.io/jupyter/all-spark-notebook:latest -t jupyter/all-spark-notebook:latest
92+
az acr import --source docker.io/jupyter/all-spark-notebook:latest -t jupyter/all-spark-notebook:latest
9393
```
9494
9595
3. Create an artifact streaming from the Image

0 commit comments

Comments
 (0)