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-premium-persistence.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ appliesto:
12
12
13
13
If an Azure Cache for Redis cache failure occurs, data loss is possible when nodes are down. [Redis persistence](https://redis.io/topics/persistence) allows you to persist the data stored in cache instances. If there's a hardware failure, the cache instance rehydrates with data from the persistence file when it comes back online.
14
14
15
-
This article describes Redis persistence, and how to configure and manage data persistence in your Premium and Enterprisetier cache instances. The data persistence feature isn't available in Basic or Standard tiers, and is in preview in Enterprise and Enterprise Flash tiers.
15
+
This article describes Redis persistence, and how to configure and manage data persistence in your Premium and Enterprise-tier Azure Redis cache instances. The data persistence feature isn't available in Basic or Standard tiers, and is in preview in Enterprise and Enterprise Flash tiers.
16
16
17
-
The ability to persist data is an important way to boost the durability of a cache instance, because it stores all cache data in memory. Persistence should be a key part of your Azure Redis [high availability and disaster recovery](cache-high-availability.md)(HADR) strategy.
17
+
The ability to persist data is an important way to boost the durability of a cache instance, because it stores all cache data in memory. Persistence should be a key part of your Azure Redis [high availability and disaster recovery](cache-high-availability.md) strategy.
18
18
19
19
## Types of Redis data persistence
20
20
@@ -63,7 +63,7 @@ For the Premium tier, data streams directly from the cache instance to Azure Sto
63
63
64
64
#### [Enterprise tiers](#tab/enterprise)
65
65
66
-
For the Enterprise and Enterprise Flash tiers, data is stored on a managed disk mounted to the cache instance. By default, the OS disk and the disk holding the persistence data are encrypted using MMKs, but you can also use CMKs. For more information, see [Encryption on Enterprise tier caches](cache-how-to-encryption.md).
66
+
For the Enterprise and Enterprise Flash tiers, data is stored on a managed disk mounted to the cache instance. By default, the OS disk and the disk holding the persistence data are encrypted using Microsoft-managed keys (MMKs), but you can also use customer-managed keys (CMKs). For more information, see [Encryption on Enterprise tier caches](cache-how-to-encryption.md).
67
67
68
68
---
69
69
@@ -74,7 +74,7 @@ You can use the Azure portal, Azure Resource Manager (ARM) templates, PowerShell
74
74
### Prerequisites
75
75
76
76
- To create and add persistence to Azure Redis caches, you need write access and permissions to create Premium or Enterprise-level caches in an Azure subscription.
77
-
- For Premium-tier caches, you need an [Azure Storage account](/azure/storage/common/storage-account-create) in the same region as your cache to store the cache data. If you use [managed identity](cache-managed-identity.md) as an authentication method, you can use a storage account in a different subscription than your cache.
77
+
- For Premium-tier caches, you need an [Azure Storage account](/azure/storage/common/storage-account-create) in the same region as your cache to store the cache data. If you use [managed identity](cache-managed-identity.md) as the authentication method, you can use a storage account in a different subscription than your cache.
78
78
- For the Azure PowerShell procedures, you need [Azure PowerShell installed](/powershell/azure/install-azure-powershell), or use [Azure Cloud Shell](/azure/cloud-shell/get-started/ephemeral?tabs=powershell) with the PowerShell environment in the Azure portal.
79
79
- For the Azure CLI procedures, you need [Azure CLI installed](/cli/azure/install-azure-cli), or use [Azure Cloud Shell](/azure/cloud-shell/get-started/ephemeral?tabs=azurecli) with the Bash environment in the Azure portal.
0 commit comments