Skip to content

Commit 6a53a17

Browse files
authored
Merge pull request #185957 from Blackmist/patch-34
fixing cli parameter
2 parents 7ab8eda + 9696bc0 commit 6a53a17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/machine-learning/tutorial-create-secure-workspace.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,10 @@ When Azure Container Registry is behind the virtual network, Azure Machine Learn
421421
1. To update the workspace to use the compute cluster to build Docker images. Replace `docs-ml-rg` with your resource group. Replace `docs-ml-ws` with your workspace. Replace `cpu-cluster` with the compute cluster to use:
422422
423423
```azurecli-interactive
424-
az ml workspace update -g docs-ml-rg -w docs-ml-ws --image-build-compute cpu-cluster
424+
az ml workspace update \
425+
-g docs-ml-rg \
426+
--name docs-ml-ws \
427+
--image-build-compute cpu-cluster
425428
```
426429
427430
> [!NOTE]

0 commit comments

Comments
 (0)