Skip to content

Commit 1464c8d

Browse files
committed
revert changes to encryption article
1 parent 7d57422 commit 1464c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-service-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: tamram
66

77
ms.service: storage
8-
ms.date: 11/01/2021
8+
ms.date: 05/11/2021
99
ms.topic: conceptual
1010
ms.author: tamram
1111
ms.reviewer: ozgun
@@ -18,7 +18,7 @@ Azure Storage uses server-side encryption (SSE) to automatically encrypt your da
1818

1919
## About Azure Storage encryption
2020

21-
Data in Azure Storage is encrypted and decrypted transparently using 256-bit [AES encryption](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), one of the strongest block ciphers available. The keys that are used to encrypt and decrypt data in Azure Storage are processed in cryptographic modules that are FIPS 140-2 compliant. Azure Storage encryption is similar to BitLocker encryption on Windows.
21+
Data in Azure Storage is encrypted and decrypted transparently using 256-bit [AES encryption](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), one of the strongest block ciphers available, and is FIPS 140-2 compliant. Azure Storage encryption is similar to BitLocker encryption on Windows.
2222

2323
Azure Storage encryption is enabled for all storage accounts, including both Resource Manager and classic storage accounts. Azure Storage encryption cannot be disabled. Because your data is secured by default, you don't need to modify your code or applications to take advantage of Azure Storage encryption.
2424

0 commit comments

Comments
 (0)