Skip to content

Commit a416f12

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103990
performed changes in line no.222 changed from "-w yourworkspacename" changed to "-n yourworkspacename"
1 parent 45ec588 commit a416f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
219219
If you've [installed the Machine Learning extension v2 for Azure CLI](how-to-configure-cli.md), you can use the `az ml workspace show` command to show the workspace information. The v1 extension does not return this information.
220220

221221
```azurecli-interactive
222-
az ml workspace show -w yourworkspacename -g resourcegroupname --query 'container_registry'
222+
az ml workspace show -n yourworkspacename -g resourcegroupname --query 'container_registry'
223223
```
224224
225225
This command returns a value similar to `"/subscriptions/{GUID}/resourceGroups/{resourcegroupname}/providers/Microsoft.ContainerRegistry/registries/{ACRname}"`. The last part of the string is the name of the Azure Container Registry for the workspace.

0 commit comments

Comments
 (0)