Skip to content

Commit 4ce79a5

Browse files
Merge pull request #4355 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-10 12:00 UTC
2 parents 0345ec7 + e414e5c commit 4ce79a5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

articles/mysql/flexible-server/security-how-to-data-encryption-cli.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,20 @@ The key must have the following attributes to use as a customer-managed key:
7878

7979
You can verify the above attributes of the key by using the following command:
8080

81+
- For Azure Key Vault:
82+
8183
```azurecli-interactive
8284
az keyvault key show --vault-name \<key\_vault\_name\> -n \<key\_name\>
8385
```
8486

87+
- For Azure Key Vault Managed HSM
88+
89+
```azurecli-interactive
90+
az keyvault key show --hsm-name \<key\_vault\_name\> -n \<key\_name\>
91+
```
92+
93+
94+
8595
## Update an existing Azure Database for MySQL Flexible Server instance with data encryption
8696

8797
Set or change key and identity for data encryption:

0 commit comments

Comments
 (0)