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
- Microsoft managed keys (MMK) are used for disk encryption in most cache sizes, except Basic and Standard sizes C0 and C1.
21
+
- Customer managed keys (CMK) aren't supported.
22
+
23
+
-**Enterprise, Enterprise Flash tiers:**
24
+
- Microsoft managed keys (MMK) are supported.
25
+
- Customer managed keys (CMK) are supported.
27
26
28
27
> [!WARNING]
29
-
> By default, all Azure Cache for Redis tiers use Microsoft managed keys to encrypt disks mounted to cache instances. However, in the Basic and Standard tiers, the C0 and C1 SKUs do not support any disk encryption.
28
+
> By default, all Azure Cache for Redis tiers use Microsoft managed keys to encrypt disks mounted to cache instances. However, in the Basic and Standard tiers, the C0 and C1 SKUs don't support any disk encryption.
30
29
>
31
30
32
31
> [!IMPORTANT]
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
-
## Encryption coverage
37
-
38
-
### Enterprise tiers
35
+
## Encryption for Enterprise tier
39
36
40
37
In the **Enterprise** tier, disk encryption is used to encrypt the persistence disk, temporary files, and the OS disk:
41
38
@@ -47,22 +44,22 @@ MMK is used to encrypt these disks by default, but CMK can also be used.
47
44
48
45
In the **Enterprise Flash** tier, keys and values are also partially stored on-disk using nonvolatile memory express (NVMe) flash storage. However, this disk isn't the same as the one used for persisted data. Instead, it's ephemeral, and data isn't persisted after the cache is stopped, deallocated, or rebooted. MMK is only supported on this disk because this data is transient and ephemeral.
##Encryption for Basic, Standard, and Premium tiers
57
54
58
-
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 do not use disk encryption.
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.
59
56
60
57
## Prerequisites and limitations
61
58
62
59
### General prerequisites and limitations
63
60
64
61
- Disk encryption isn't available in the Basic and Standard tiers for the C0 or C1 SKUs
65
-
- Only user assigned managed identity is supported to connect to Azure Key Vault. System assigned managed identity is not supported.
62
+
- Only user assigned managed identity is supported to connect to Azure Key Vault. System assigned managed identity isn't supported.
66
63
- Changing between MMK and CMK on an existing cache instance triggers a long-running maintenance operation. We don't recommend this for production use because a service disruption occurs.
67
64
68
65
### Azure Key Vault prerequisites and limitations
@@ -100,13 +97,13 @@ In the **Basic, Standard, and Premium** tiers, the OS disk is encrypted by defau
100
97
101
98
1. If using the **URI** input method, enter the Key Identifier URI for your chosen key from Azure Key Vault.
102
99
103
-
1. When you've entered all the information for your cache, select **Review + create**.
100
+
1. When you enter all the information for your cache, select **Review + create**.
104
101
105
102
### Add CMK encryption to an existing Enterprise cache
106
103
107
104
1. Go to the **Encryption** in the Resource menu of your cache instance. If CMK is already set up, you see the key information.
108
105
109
-
1. If you haven't set up or if you want to change CMK settings, select **Change encryption settings**
106
+
1. If you haven't set up CMK or want to change CMK settings, select **Change encryption settings**.
110
107
:::image type="content" source="media/cache-how-to-encryption/cache-encryption-existing-use.png" alt-text="Screenshot encryption selected in the Resource menu for an Enterprise tier cache.":::
111
108
112
109
1. Select **Use a customer-managed key** to see your configuration options.
@@ -133,3 +130,4 @@ Learn more about Azure Cache for Redis features:
0 commit comments