Skip to content

Commit 7871a9c

Browse files
committed
Updating the existing content for Data encryption
1 parent 498785c commit 7871a9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Database for MySQL Data Encryption with customer-managed key
3-
description: Azure Database for MySQL ata encryption with customer-managed key enables you to Bring Your Own Key (BYOK) for data protection at rest, and allows organizations to implement separation of duties in the management of keys and data.
3+
description: Azure Database for MySQL data encryption with customer-managed key enables you to Bring Your Own Key (BYOK) for data protection at rest, and allows organizations to implement separation of duties in the management of keys and data.
44
author: kummanish
55
ms.author: manishku
66
ms.service: mysql
@@ -45,8 +45,8 @@ The Data encryption Keys (DEK), encrypted with the Key Encryption Keys, are stor
4545
For a MySQL server to be able to use customer-managed keys stored in AKV for encryption of the DEK, a Key Vault administrator needs to give the following access rights to the server using its unique identity:
4646

4747
* **get** - for retrieving the public part and properties of the key in the Key Vault
48-
* **wrapKey** - to be able to protect (encrypt) DEK
49-
* **unwrapKey** - to be able to unprotect (decrypt) DEK
48+
* **wrapKey** - to be able to encrypt DEK
49+
* **unwrapKey** - to be able to decrypt DEK
5050

5151
Key Vault administrator can also [enable logging of Key Vault audit events](../azure-monitor/insights/azure-key-vault.md), so they can be audited later.
5252

articles/mysql/howto-data-encryption-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 01/13/2020
1010

1111
# Data Encryption for Azure Database for MySQL server using Azure portal
1212

13-
In this article, you will learn how to set up and manage to use the Azure portal to set up data dncryption for your Azure Database for MySQL.
13+
In this article, you will learn how to set up and manage to use the Azure portal to set up data encryption for your Azure Database for MySQL.
1414

1515
## Prerequisites for CLI
1616

0 commit comments

Comments
 (0)