Skip to content

Commit b9af7bb

Browse files
committed
fix headers
1 parent d6644c8 commit b9af7bb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ Encryption does not affect Azure Storage performance. There is no additional cos
2424

2525
For more information about the cryptographic modules underlying Azure Storage encryption, see [Cryptography API: Next Generation](https://docs.microsoft.com/windows/desktop/seccng/cng-portal).
2626

27-
## Key management
27+
## About encryption key management
2828

29-
You can rely on Microsoft-managed keys for the encryption of your storage account, or you can manage encryption with your own keys. If you choose to manage encryption with your own keys, you can specify a customer-managed key that is used for encrypting and decrypting all data in the storage account. A client making a request against Blob storage can also provide an encryption key on an individual request for granular control over how Blob data is encrypted and decrypted.
29+
You can rely on Microsoft-managed keys for the encryption of your storage account, or you can manage encryption with your own keys. If you choose to manage encryption with your own keys, you have two options:
3030

31-
The following table compares the key management options for Azure Storage encryption.
31+
- You can specify a *customer-managed key* to use for encrypting and decrypting all data in the storage account. A customer-managed key is used to encrypt all data in all services in your storage account.
32+
- You can specify a *customer-provided key* on Blob storage operations. A client making a read or write request against Blob storage can include an encryption key on the request for granular control over how blob data is encrypted and decrypted.
33+
34+
The following table compares key management options for Azure Storage encryption.
3235

3336
| | Microsoft-managed keys | Customer-managed keys | Customer-provided keys |
3437
|----------------------------------------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
@@ -41,7 +44,7 @@ The following table compares the key management options for Azure Storage encryp
4144

4245
The following sections describe each of the options for key management in greater detail.
4346

44-
### Microsoft-managed keys
47+
## Microsoft-managed keys
4548

4649
By default, your storage account uses Microsoft-managed encryption keys. You can see the encryption settings for your storage account in the **Encryption** section of the [Azure portal](https://portal.azure.com), as shown in the following image.
4750

0 commit comments

Comments
 (0)