Skip to content

Commit 7f57fb2

Browse files
Merge pull request #224502 from YashikaTyagii/patch-27
(AzureCXP) fixes MicrosoftDocs/azure-docs#103990
2 parents 8949d56 + a416f12 commit 7f57fb2

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)