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/migrate/migrate-overview.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,9 @@ Here are some other differences that aren't covered by the previous mapping. Con
61
61
| Redis version | 6 | 7.4 |
62
62
| Supported TLS versions | 1.2 and 1.3 | 1.2 and 1.3 |
63
63
64
-
## Regional availablility for AMR
65
-
AMR is current supported in the following regions. This list will be actively updated, and eventually we aim to support all regions in Azure. Please work with your sales contact to raise requests on regions you need to help us prioritize.
64
+
## Regional availability for Azure Managed Redis
65
+
66
+
Azure Managed Redis is current supported in the following regions. This list is updated regularly. Eventually, Azure Managed Redis will be supported all regions in Azure. Work with your sales contact to raise requests on regions where you need support.
66
67
67
68
| Americas | Europe | Middle East | Africa | Asia Pacific |
68
69
|---|---|---|---|---|
@@ -78,8 +79,6 @@ AMR is current supported in the following regions. This list will be actively up
78
79
|Central US |||||
79
80
|Canada Central |||||
80
81
81
-
82
-
83
82
## Migrate your Azure Cache for Redis instance to Azure Managed Redis
84
83
85
84
> [!NOTE]
@@ -111,7 +110,7 @@ AMR is current supported in the following regions. This list will be actively up
111
110
| Premium - P4 | Balanced - B50 | 12 |
112
111
| Premium - P5 | Balanced - B100 | 0 |
113
112
114
-
-*This option is for cost efficiency. Ensure the peak of total used memory in the past month is less than the suggested AMR memory to choose this option.
113
+
-*This option is for cost efficiency. Ensure the peak of total used memory in the past month is less than the suggested Azure Managed Redis memory to choose this option.
115
114
-** This option is for abundant memory consumption.
116
115
117
116
#### Azure Cache for Redis Premium clustered
@@ -147,7 +146,7 @@ General steps to implement this option are:
147
146
148
147
#### Export data to an RDB file and import it into Azure Managed Redis
149
148
150
-
This option is applicable only to premium tier caches. Open-source Redis defines a standard mechanism for taking a snapshot of a cache's in-memory dataset and saving it to a file. This RDB file type can be read by another Redis cache. [Azure Cache for Redis premium tier](../cache-overview.md#service-tiers) supports exporting data from a cache instance via RDB files. You can use an RDB file to transfer data from an existing Azure Cache for Redis instance to Azure Managed Redis instance.
149
+
This option is applicable only to premium tier caches. Open-source Redis defines a standard mechanism for taking a snapshot of a cache's in-memory dataset and saving it to a file. Another Redis cache can read the RDB file that was exported. [Azure Cache for Redis premium tier](../cache-overview.md#service-tiers) supports exporting data from a cache instance via RDB files. You can use an RDB file to transfer data from an existing Azure Cache for Redis instance to Azure Managed Redis instance.
0 commit comments