You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/howto-data-encryption-validation.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 04/28/2020
10
10
11
11
# Validating data encryption for Azure Database for MySQL
12
12
13
-
This articles helps you validate that data encryption using customer managed key for Azure Database for MySQL is working as expected.
13
+
This article helps you validate that data encryption using customer managed key for Azure Database for MySQL is working as expected.
14
14
15
15
## Check the encryption status
16
16
@@ -24,27 +24,25 @@ This articles helps you validate that data encryption using customer managed key
24
24
25
25
After some time (**~15 min**), the Azure Database for MySQL server **Status** should be **Inaccessible**. Any I/O operation done against the server will fail which validates that the server is indeed encrypted with customers key and the key is currently not valid.
26
26
27
-
In order to make the server **Available** against, you can revalidate the key.
27
+
In order to make the server **Available** against, you can revalidate the key.
28
28
29
29
4. Set the status of the key in the Key Vault to **Yes**.
30
-
4. On the server **Data Encryption** select **Revalidate key**.
31
-
5. After the revalidation of the key is successful, the server resumes its normal functionality.
30
+
4. On the server **Data Encryption**, select **Revalidate key**.
31
+
5. After the revalidation of the key is successful, the server **Status** changes to **Available**.
32
32
33
-
* On the Azure Portal if can ensure that the encryption key is set this would mean that the data is encrypted using the key used in the Azure portal.
33
+
* On the Azure portal, if you can ensure that the encryption key is set, then data is encrypted using the customers key used in the Azure portal.
This ensures that the data encryption using the customers key in the Azure key vault is being used.
38
-
39
37
### From CLI
40
38
41
-
* We can use *az cli* command to validate the key resources being used for the Azure Database for MySQL server.
39
+
* We can use *az CLI* command to validate the key resources being used for the Azure Database for MySQL server.
42
40
43
41
```azurecli-interactive
44
42
az mysql server key list --name '<server_name>' -g '<resource_group_name>'
45
43
```
46
44
47
-
For a server without Data encryption set, this command will results in empty set [].
45
+
For a server without Data encryption set, this command results in empty set [].
48
46
49
47
* [Audit Reports](https://servicetrust.microsoft.com) can also be reviewed that provides information about the compliance with data protection standards and regulatory requirements.
0 commit comments