Skip to content

Commit 90c7a93

Browse files
author
Larry
committed
edits
1 parent 27e778a commit 90c7a93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ The following example template demonstrates how you to create a workspace with t
118118
To get the ID of the Key Vault, and the key URI needed by this template, you can use the Azure CLI. The following command is an example of using the Azure CLI to get the Key Vault resource ID and URI:
119119

120120
```azurecli-interactive
121-
az keyvault show --name mykeyvault --resource-group myresourcegroup --query "[id,
122-
properties.vaultUri]```
121+
az keyvault show --name mykeyvault --resource-group myresourcegroup --query "[id, properties.vaultUri]"
122+
```
123123

124-
This command returns a value similar to the following text:
124+
This command returns a value similar to the following text. The first value is the ID and the second is the URI:
125125

126126
```text
127127
[

0 commit comments

Comments
 (0)