Skip to content

Commit a7270ef

Browse files
committed
tweaks
1 parent 5c30481 commit a7270ef

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/storage/blobs/storage-blob-encryption-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.devlang: azurecli
1717

1818
# Check the encryption status of a blob
1919

20-
Every block blob, append blob, or page blob in Azure Storage is encrypted with Azure Storage encryption. Blobs created prior to this date continue to be encrypted by a background process.
20+
Every block blob, append blob, or page blob in Azure Storage is encrypted with Azure Storage encryption.
2121

2222
This article shows how to determine whether a given blob has been encrypted.
2323

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ Data in Azure Storage is encrypted and decrypted transparently using 256-bit [AE
2424

2525
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.
2626

27-
Data in a storage account is encrypted regardless of performance tier (standard or premium), access tier (hot or cool), or deployment model (Azure Resource Manager or classic). All new and existing block blobs, append blobs, and page blobs are encrypted, including blobs in the archive tier. All Azure Storage redundancy options support encryption, and all data in both the primary and secondary regions is encrypted when geo-replication is enabled. All Azure Storage resources are encrypted, including blobs, disks, files, queues, and tables.
28-
29-
All customer-defined object metadata is encrypted. Objects that support metadata include blob containers, blobs, file shares, file directories, files, queues, and tables. System properties for these objects are not encrypted.
27+
Data in a storage account is encrypted regardless of performance tier (standard or premium), access tier (hot or cool), or deployment model (Azure Resource Manager or classic). All new and existing block blobs, append blobs, and page blobs are encrypted, including blobs in the archive tier. All Azure Storage redundancy options support encryption, and all data in both the primary and secondary regions is encrypted when geo-replication is enabled. All Azure Storage resources are encrypted, including blobs, disks, files, queues, and tables. All object metadata is also encrypted.
3028

3129
There is no additional cost for Azure Storage encryption.
3230

0 commit comments

Comments
 (0)