@@ -71,7 +71,7 @@ with your Key Vault key. The underlay ADX cluster storage uses the
71
71
managed identity that\' s associated with the * Cluster* resource to
72
72
authenticate and access your Azure Key Vault via Azure Active Directory.
73
73
74
- ![ CMK Overview] ( media\ customer-managed-keys\ cmk-overview-8bit.png )
74
+ ![ CMK Overview] ( media/ customer-managed-keys/ cmk-overview-8bit.png )
75
75
76
76
## Encryption keys management
77
77
@@ -153,7 +153,7 @@ Create an Azure Key Vault resource, then generate or import a key to be used for
153
153
The Azure Key Vault must be configured as recoverable to protect your key and the access to your Azure Monitor data.
154
154
155
155
To [ Turn on recovery options] ( https://docs.microsoft.com/azure/key-vault/key-vault-best-practices#turn-on-recovery-options ) :
156
- - [ Soft Delete] ( https://docs.microsoft.com/en-us/ azure/key-vault/key-vault-ovw-soft-delete )
156
+ - [ Soft Delete] ( https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete )
157
157
must be turned on
158
158
- Purge protection should be turned on to guard against force deletion of the secret / vault even after soft delete
159
159
@@ -217,7 +217,7 @@ Update your Key Vault and add access policy with 'Get', 'Wrap Key' and
217
217
resource name. These permissions will be propagated to the underlaying
218
218
Azure Monitor Storage.
219
219
220
- ![ grant Key Vault permissions] ( media\ customer-managed-keys\ grant-key-vault-permissions-8bit.png )
220
+ ![ grant Key Vault permissions] ( media/ customer-managed-keys/ grant-key-vault-permissions-8bit.png )
221
221
222
222
The * Get* permission is required to verify that your Key Vault is
223
223
configured as recoverable to protect your key and the access to your
@@ -235,7 +235,7 @@ resource with Azure Key Vault Key identifier details, to allow Azure
235
235
Monitor Storage to use the new version. To get the Key Identifier,
236
236
select the current version of your key in Azure Key Vault:
237
237
238
- ![ Grant Key Vault permissions] ( media\ customer-managed-keys\ key-identifier-8bit.png )
238
+ ![ Grant Key Vault permissions] ( media/ customer-managed-keys/ key-identifier-8bit.png )
239
239
240
240
Update the * Cluster* resource KeyVaultProperties with Key Identifier
241
241
details.
@@ -453,7 +453,7 @@ Limitations and constraints
453
453
- The Azure Key Vault must be configured as recoverable. These
454
454
properties aren't enabled by default:
455
455
456
- - [ Soft Delete] ( https://docs.microsoft.com/en-us/ azure/key-vault/key-vault-ovw-soft-delete )
456
+ - [ Soft Delete] ( https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete )
457
457
is turned on
458
458
- 'Do Not Purge' is turned on to guard against force deletion of
459
459
the secret / vault even after soft delete
@@ -629,7 +629,7 @@ Identity is assigned to the Cluster at creation time.
629
629
"type": "Microsoft.OperationalInsights/clusters",
630
630
"location": "region-name"
631
631
}
632
- ````
632
+ ```
633
633
634
634
### Associate a component to a Cluster resource
635
635
0 commit comments