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
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-customer-managed-keys.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Before you begin to enable customer-managed key (CMK) functionality, ensure the
63
63
privateCloudId=$(az vmware private-cloud show --name $privateCloudName --resource-group $resourceGroupName --query id | tr -d '"')
64
64
```
65
65
66
-
To configure the system-assigned identity on Azure VMware Solution private cloud with Azure CLI, call [az-resource-update](/cli/azure/resource?view=azure-cli-latest#az-resource-update) and provide the variable for the private cloud resource ID that you previously retrieved.
66
+
To configure the system-assigned identity on Azure VMware Solution private cloud with Azure CLI, call [az-resource-update](/cli/azure/resource?view=azure-cli-latest#az-resource-update&preserve-view=true) and provide the variable for the private cloud resource ID that you previously retrieved.
67
67
68
68
```azurecli-interactive
69
69
az resource update --ids $privateCloudId --set identity.type=SystemAssigned --api-version "2021-12-01"
@@ -77,7 +77,7 @@ Before you begin to enable customer-managed key (CMK) functionality, ensure the
77
77
1. Navigate to **Key vaults** and locate the key vault you want to use.
78
78
1. From the left navigation, under **Settings**, select **Access policies**.
79
79
1. In **Access policies**, select **Add Access Policy**.
80
-
1. From the Key Permissions drop-down, check **Select all**, **Unwrap Key**, and **Wrap Key**.
80
+
1. From the Key Permissions drop-down, check: **Select all**, **Get**, **List**, **Wrap Key**, and **Unwrap Key**.
81
81
1. Under Select principal, select **None selected**. A new **Principal** window with a search box will open.
82
82
1. In the search box, paste the **Object ID** from the previous step, or search the private cloud name you want to use. Choose **Select** when you're done.
83
83
1. Select **ADD**.
@@ -153,7 +153,7 @@ Navigate to your **Azure Key Vault** and provide access to the SDDC on Azure Key
153
153
154
154
# [Azure CLI](#tab/azure-cli)
155
155
156
-
To configure customer-managed keys for an Azure VMware Solution private cloud with automatic updating of the key version, call [az vmware private-cloud add-cmk-encryption](/cli/azure/vmware/private-cloud?view=azure-cli-latest#az-vmware-private-cloud-add-cmk-encryption). Get the key vault URL and save it to a variable. You'll need this value in the next step to enable CMK.
156
+
To configure customer-managed keys for an Azure VMware Solution private cloud with automatic updating of the key version, call [az vmware private-cloud add-cmk-encryption](/cli/azure/vmware/private-cloud?view=azure-cli-latest#az-vmware-private-cloud-add-cmk-encryption&preserve-view=true). Get the key vault URL and save it to a variable. You'll need this value in the next step to enable CMK.
0 commit comments