Skip to content

Commit 7f8a8a3

Browse files
committed
Update how-to-persistence.md
1 parent e5f28d8 commit 7f8a8a3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/redis/how-to-persistence.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure data persistence - Azure Managed Redis
2+
title: Configure data persistence (preview) - Azure Managed Redis
33
description: Learn how to configure and manage data persistence your Azure Managed Redis instances
44

55

@@ -11,9 +11,9 @@ ms.date: 11/15/2024
1111
appliesto:
1212
- ✅ Azure Managed Redis
1313
---
14-
# Configure data persistence for an Azure Managed Redis instance
14+
# Configure data persistence (preview) for an Azure Managed Redis instance
1515

16-
[Redis persistence](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your [high availability and disaster recovery](high-availability.md) strategy with Azure Managed Redis.
16+
[Redis persistence (preview)](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your [high availability and disaster recovery](high-availability.md) strategy with Azure Managed Redis.
1717

1818
> [!IMPORTANT]
1919
>
@@ -24,7 +24,7 @@ appliesto:
2424

2525
|Tier | Memory Optimized, Balanced, Compute Optimized | Flash Optimized |
2626
|---------|---------|---------|
27-
|Available | Yes | Yes |
27+
|Available | Yes (preview) | Yes (preview) |
2828

2929
## Types of data persistence in Redis
3030

@@ -37,7 +37,6 @@ You have two options for persistence with Azure Managed Redis: the _Redis databa
3737
> Azure Managed Redis persistence features are intended to be used to restore data automatically to the same cache after data loss. The RDB/AOF persisted data files can neither be accessed by users nor imported to a new or existing cache. To move data across caches, use the _Import and Export_ feature. For more information, see [Import and Export data in Azure Managed Redis](how-to-import-export-data.md).
3838
>
3939
40-
4140
To generate any backups of data that can be added to a new cache, you can write automated scripts using PowerShell or Azure CLI that export data periodically.
4241

4342
## Prerequisites and limitations
@@ -48,7 +47,7 @@ Persistence features are intended to be used to restore data to the same cache a
4847
- Persistence isn't supported with caches using [active geo-replication](how-to-active-geo-replication.md).
4948
- The managed disk holding persisted data files is encrypted using Microsoft managed keys (MMK) by default, but customer managed keys (CMK) can also be used. For more information, see [managing data encryption](#managing-data-encryption).
5049

51-
## How to set up data persistence using the Azure portal
50+
## How to set up data persistence (preview) using the Azure portal
5251

5352
1. Sign in to the [Azure portal](https://portal.azure.com) and start following the instructions in the [Azure Managed Redis quickstart guide](quickstart-create-managed-redis.md).
5453

@@ -71,7 +70,7 @@ Persistence features are intended to be used to restore data to the same cache a
7170
> You can add persistence to a previously created Azure Managed Redis instance at any time by navigating to the **Advanced settings** in the Resource menu.
7271
>
7372
74-
## How to set up data persistence using PowerShell and Azure CLI
73+
## How to set up data persistence (preview) using PowerShell and Azure CLI
7574

7675
### Using PowerShell
7776

0 commit comments

Comments
 (0)