Skip to content

Commit 923134f

Browse files
authored
Merge pull request #105409 from yossi-y/patch-50
Minor correction
2 parents ceb02d4 + 3a50e42 commit 923134f

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

articles/azure-monitor/platform/customer-managed-keys.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,20 +239,17 @@ Authorization: Bearer <token>
239239
### Grant Key Vault permissions
240240

241241
> [!IMPORTANT]
242-
> This step should be carried ONLY after you received confirmation from the product group through your Microsoft channel that the Azure > Monitor data-store (ADX cluster) provisioning was fulfilled. Updating Key Vault access policy prior to this provisioning, the access policy update in Key Vault will fail.
242+
> This step should be carried after you received confirmation from the product group through your Microsoft channel that the Azure Monitor data-store (ADX cluster) provisioning was fulfilled. Updating the Key Vault access policy prior to this provisioning may fail.
243243
244-
Update your Key Vault and add access policy for the *Cluster* resource. Permissions to your Key Vault are then propagated to the underlaying Azure Monitor Storage to be used for data encryption.
244+
Update your Key Vault with a new access policy that grant permissions to your *Cluster* resource. These permissions are used by the underlaying Azure Monitor Storage for data encryption.
245245
Open your Key Vault in Azure portal and click "Access Policies" then "+ Add Access Policy" to create a new policy with these settings:
246246

247247
- Key permissions: select 'Get', 'Wrap Key' and 'Unwrap Key' permissions.
248-
249248
- Select principal: enter the cluster-id value that returned in the response in the previous step.
250249

251250
![grant Key Vault permissions](media/customer-managed-keys/grant-key-vault-permissions.png)
252251

253-
The *Get* permission is required to verify that your Key Vault is
254-
configured as recoverable to protect your key and the access to your
255-
Azure Monitor data.
252+
The *Get* permission is required to verify that your Key Vault is configured as recoverable to protect your key and the access to your Azure Monitor data.
256253

257254
### Update Cluster resource with Key identifier details
258255

@@ -272,16 +269,16 @@ Content-type: application/json
272269
273270
{
274271
"properties": {
275-
"KeyVaultProperties": {
276-
KeyVaultUri: "https://<key-vault-name>.vault.azure.net",
277-
KeyName: "<key-name>",
278-
KeyVersion: "<current-version>"
279-
},
272+
"KeyVaultProperties": {
273+
KeyVaultUri: "https://<key-vault-name>.vault.azure.net",
274+
KeyName: "<key-name>",
275+
KeyVersion: "<current-version>"
276+
},
280277
},
281278
"location":"<region-name>",
282279
"identity": {
283-
"type": "systemAssigned"
284-
}
280+
"type": "systemAssigned"
281+
}
285282
}
286283
```
287284
"KeyVaultProperties" contains the Key Vault key identifier details.

0 commit comments

Comments
 (0)