We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0345ec7 + e414e5c commit 4ce79a5Copy full SHA for 4ce79a5
1 file changed
articles/mysql/flexible-server/security-how-to-data-encryption-cli.md
@@ -78,10 +78,20 @@ The key must have the following attributes to use as a customer-managed key:
78
79
You can verify the above attributes of the key by using the following command:
80
81
+- For Azure Key Vault:
82
+
83
```azurecli-interactive
84
az keyvault key show --vault-name \<key\_vault\_name\> -n \<key\_name\>
85
```
86
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
95
## Update an existing Azure Database for MySQL Flexible Server instance with data encryption
96
97
Set or change key and identity for data encryption:
0 commit comments