You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -188,43 +188,43 @@ For more information, see [Customer-managed keys](concept-customer-managed-keys.
188
188
>
189
189
> For steps on creating the vault and key, see [Configure customer-managed keys](how-to-setup-customer-managed-keys.md).
190
190
191
-
__To get the values__ for the `cmk_keyvault` (ID of the Key Vault) and the `resource_cmk_uri` (key URI) parameters needed by this template, use the following steps:
191
+
__To get the values__ for the `cmk_keyvault` (ID of the Key Vault) and the `resource_cmk_uri` (key URI) parameters needed by this template, use the following steps:
192
192
193
-
1. To get the Key Vault ID, use the following command:
193
+
1. To get the Key Vault ID, use the following command:
194
194
195
-
# [Azure CLI](#tab/azcli)
195
+
# [Azure CLI](#tab/azcli)
196
196
197
-
```azurecli
198
-
az keyvault show --name <keyvault-name> --query 'id' --output tsv
199
-
```
197
+
```azurecli
198
+
az keyvault show --name <keyvault-name> --query 'id' --output tsv
199
+
```
200
200
201
-
# [Azure PowerShell](#tab/azpowershell)
201
+
# [Azure PowerShell](#tab/azpowershell)
202
202
203
-
```azurepowershell
204
-
Get-AzureRMKeyVault -VaultName '<keyvault-name>'
205
-
```
206
-
---
203
+
```azurepowershell
204
+
Get-AzureRMKeyVault -VaultName '<keyvault-name>'
205
+
```
206
+
---
207
207
208
-
This command returns a value similar to `/subscriptions/{subscription-guid}/resourceGroups/<resource-group-name>/providers/Microsoft.KeyVault/vaults/<keyvault-name>`.
208
+
This command returns a value similar to `/subscriptions/{subscription-guid}/resourceGroups/<resource-group-name>/providers/Microsoft.KeyVault/vaults/<keyvault-name>`.
209
209
210
-
1. To get the value for the URI for the customer managed key, use the following command:
210
+
1. To get the value for the URI for the customer managed key, use the following command:
211
211
212
-
# [Azure CLI](#tab/azcli)
212
+
# [Azure CLI](#tab/azcli)
213
213
214
-
```azurecli
215
-
az keyvault key show --vault-name <keyvault-name> --name <key-name> --query 'key.kid' --output tsv
216
-
```
214
+
```azurecli
215
+
az keyvault key show --vault-name <keyvault-name> --name <key-name> --query 'key.kid' --output tsv
This command returns a value similar to `https://mykeyvault.vault.azure.net/keys/mykey/{guid}`.
225
+
This command returns a value similar to `https://mykeyvault.vault.azure.net/keys/mykey/{guid}`.
226
226
227
-
> [!IMPORTANT]
227
+
> [!IMPORTANT]
228
228
> Once a workspace has been created, you cannot change the settings for confidential data, encryption, key vault ID, or key identifiers. To change these values, you must create a new workspace using the new values.
229
229
230
230
To enable use of Customer Managed Keys, set the following parameters when deploying the template:
0 commit comments