Skip to content

Commit 6f43faa

Browse files
authored
Update how-to-identity-based-service-authentication.md
1 parent 6bfcb99 commit 6f43faa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,10 @@ When you disable the admin user for ACR, Azure Machine Learning uses a managed i
444444
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
445445

446446
```azurecli-interactive
447-
az ml workspace show -w <my workspace> \
448-
-g <my resource group>
449-
--query containerRegistry
447+
az ml workspace show --name <my workspace name> \
448+
--resource-group <my resource group> \
449+
--subscription <my subscription id> \
450+
--query container_registry
450451
```
451452

452453
This command returns a value similar to the following text. You only want the last portion of the text, which is the ACR instance name:

0 commit comments

Comments
 (0)