Skip to content

Commit 0510b08

Browse files
Merge pull request #211551 from RamanathanChinnappan-MSFT/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#98525
2 parents bdf7922 + 9cf1002 commit 0510b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-manage-workspace-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ When you deploy an Azure Machine Learning workspace, various other services are
128128
To create a new workspace where the __services are automatically created__, use the following command:
129129

130130
```azurecli-interactive
131-
az ml workspace create -w <workspace-name> -g <resource-group-name>
131+
az ml workspace create -n <workspace-name> -g <resource-group-name>
132132
```
133133

134134
# [Bring existing resources](#tab/bringexistingresources)
@@ -363,4 +363,4 @@ To check for problems with your workspace, see [How to use workspace diagnostics
363363

364364
To learn how to move a workspace to a new Azure subscription, see [How to move a workspace](how-to-move-workspace.md).
365365

366-
For information on how to keep your Azure ML up to date with the latest security updates, see [Vulnerability management](concept-vulnerability-management.md).
366+
For information on how to keep your Azure ML up to date with the latest security updates, see [Vulnerability management](concept-vulnerability-management.md).

0 commit comments

Comments
 (0)