Skip to content

Commit 7f555b2

Browse files
authored
Update 7-design-security-for-data-at-rest-data-transmission-data-use.md
1 parent e8571ca commit 7f555b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-data-storage-solution-for-relational-data/includes/7-design-security-for-data-at-rest-data-transmission-data-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Data exists in three basic states: data at rest, data in motion, and data in pro
1818
There are different encryption methods for each of data state. The following table summarizes the methods.
1919

2020
| Data state | Encryption method | Encryption level |
21-
| --- | --- |
21+
| --- | --- | --- |
2222
| **Data at rest** | Transparent data encryption (TDE) | Always encrypted. |
2323
| **Data in motion** | Transport Layer Security (TLS 1.2 or higher) | Always encrypted. |
2424
| **Data in process** | Dynamic data masking | Specific data is unencrypted. Remaining data is encrypted. |
@@ -27,7 +27,7 @@ There are different encryption methods for each of data state. The following tab
2727

2828
- Transparent data encryption (TDE) protects Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics against the threat of malicious offline activity by encrypting data at rest. TDE performs real-time encryption and decryption of the database, associated backups, and transaction log files at rest without requiring changes to the application. TDE is enabled by default to all newly deployed Azure SQL Databases.
2929

30-
- Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics enforce Transport Layer Security (TLS) 1.2 or higher for all connections. TLS 1.0 and TLS 1.1 are retired and no longer supported. This level of encryption ensures all data is encrypted "in transit" between the client and server. Transport Layer Security (TLS) is used by all drivers that Microsoft supplies or supports for connecting to databases in Azure SQL Database or Azure SQL Managed Instance.
30+
- Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics enforce Transport Layer Security (TLS) 1.2 or higher for all connections. TLS 1.0 and TLS 1.1 are retired and no longer supported. This level of encryption ensures all data is encrypted "in transit" between the client and server. Transport Layer Security is used by all drivers that Microsoft supplies or supports for connecting to databases in Azure SQL Database or Azure SQL Managed Instance.
3131

3232
- Data-in-use employs a policy-based security feature called _dynamic data masking_. This feature hides the sensitive data in the result set of a query over designated database fields, while the data in the database remains unchanged. Dynamic data masking helps prevent unauthorized access to sensitive data by enabling customers to designate how much of the sensitive data to reveal with minimal consequence on the application layer.
3333

0 commit comments

Comments
 (0)