You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-encryption.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ Azure Cache for Redis offers platform-managed keys (PMKs), also know as Microsof
17
17
## Scope of availability for CMK disk encryption
18
18
19
19
-**Basic, Standard, Premium tiers:**
20
-
- Microsoft managed keys (MMK) are used for disk encryption in most cache sizes.
21
-
- Disk encryption isn't supported for Basic and Standard sizes C0 and C1.
20
+
- Microsoft managed keys (MMK) are used for disk encryption in most cache sizes, except Basic and Standard sizes C0 and C1.
22
21
- Customer managed keys (CMK) aren't supported.
23
22
24
23
-**Enterprise, Enterprise Flash tiers:**
@@ -33,7 +32,7 @@ Azure Cache for Redis offers platform-managed keys (PMKs), also know as Microsof
33
32
> On the Premium tier, data persistence streams data directly to Azure Storage, so disk encryption is less important. Azure Storage offers a [variety of encryption methods](../storage/common/storage-service-encryption.md) to be used instead.
34
33
>
35
34
36
-
## Enterprise tier encryption
35
+
## Encryption for Enterprise tier
37
36
38
37
In the **Enterprise** tier, disk encryption is used to encrypt the persistence disk, temporary files, and the OS disk:
39
38
@@ -51,7 +50,7 @@ In the **Enterprise Flash** tier, keys and values are also partially stored on-d
51
50
| RDB files waiting to be exported | OS disk and Persistence disk | MMK or CMK |
## Encryption for Basic, Standard, and Premium tiers
55
54
56
55
In the **Basic, Standard, and Premium** tiers, the OS disk is encrypted by default using MMK. There's no persistence disk mounted and Azure Storage is used instead. The C0 and C1 SKUs don't use disk encryption.
0 commit comments