Skip to content

Commit 22b801c

Browse files
authored
Update concepts-data-encryption-mysql.md
1 parent 16ed4f5 commit 22b801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/concepts-data-encryption-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following are requirements for configuring the customer-managed key:
6969
* The key must be in the *Enabled* state.
7070
* The key must have [soft delete](../key-vault/general/soft-delete-overview.md) with retention period set to **90 days**.This implicitly sets the required key attribute recoveryLevel: “Recoverable”. If the retention is set to < 90 days, the recoveryLevel: "CustomizedRecoverable", which doesn't the requirement so ensure to set the retention period is set to **90 days**.
7171
* The key must have [purge protection enabled](../key-vault/general/soft-delete-overview.md#purge-protection).
72-
* If you're [importing an existing key](/rest/api/keyvault/ImportKey/ImportKey) into the key vault, make sure to provide it in the supported file formats (`.pfx`, `.byok`, `.backup`).
72+
* If you're [importing an existing key](/rest/api/keyvault/keys/import-key/import-key) into the key vault, make sure to provide it in the supported file formats (`.pfx`, `.byok`, `.backup`).
7373

7474
## Recommendations
7575

0 commit comments

Comments
 (0)