Skip to content

Commit fd76c0f

Browse files
authored
Merge pull request #299984 from flang-msft/fxl---update-regions
Fxl update regions
2 parents de1bec4 + 3d2de82 commit fd76c0f

File tree

2 files changed

+179
-88
lines changed

2 files changed

+179
-88
lines changed

articles/redis/migrate/migrate-overview.md

Lines changed: 118 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -21,60 +21,105 @@ In this article, you learn to migrate from Azure Cache for Redis instance to an
2121

2222
## Feature comparison between Azure Cache for Redis and Azure Managed Redis
2323

24-
| Feature Description | Basic | Standard | Premium | Balanced | Memory Optimized | Compute Optimized |
25-
| ------------------- | :-----: | :------: | :---: | :---: | :---: |:---: |
26-
| Availability |N/A|99.9%|99.9%|N/A|N/A|N/A |
27-
| Data encryption in transit |Yes|Yes|Yes|Yes|Yes|Yes|
28-
| Network isolation |Yes|Yes|Yes|Yes|Yes|Yes|
29-
| Scaling up/out |Yes|Yes|Yes|Yes|Yes|Yes|
30-
| Scaling down/in |Yes|Yes|Yes|No|No|No|
31-
| OSS clustering |No|No|Yes|Yes|Yes|Yes|
32-
| Data persistence |No|No|Yes|Yes|Yes|Yes|
33-
| Zone redundancy |No|Yes (preview)|Yes|Yes|Yes|Yes |
34-
| Geo-replication |No|No|Yes (Passive) |Yes (Active) |Yes (Active) | Yes (Active)|
35-
| Connection audit logs |No|No|Yes|Yes(Event-based)|Yes(Event-based)|Yes(Event-based) |
36-
| Redis Modules |No|No|No|Yes|Yes|Yes|
37-
| Import/Export |No|No|Yes|Yes|Yes|Yes|
38-
| Reboot |Yes|Yes|Yes|No|No|No|
39-
| Scheduled updates |Yes|Yes|Yes|No|No|No|
40-
| Microsoft Entra ID authentication |Yes|Yes|Yes|Yes|Yes|Yes|
41-
| Microsoft Entra ID RBAC |Yes|Yes|Yes|No|No|No|
42-
| Keyspace notification |Yes|Yes|Yes|No|No|No|
43-
| Non High-availability |N/A|No|No|Yes|Yes|Yes|
24+
| Feature Description | Basic | Standard | Premium | Balanced | Memory Optimized | Compute Optimized |
25+
|-----------------------------------|:-----:|:-------------:|:-------------:|:----------------:|:----------------:|:-----------------:|
26+
| Availability | N/A | 99.9% | 99.9% | N/A | N/A | N/A |
27+
| Data encryption in transit | Yes | Yes | Yes | Yes | Yes | Yes |
28+
| Network isolation | Yes | Yes | Yes | Yes | Yes | Yes |
29+
| Scaling up/out | Yes | Yes | Yes | Yes | Yes | Yes |
30+
| Scaling down/in | Yes | Yes | Yes | No | No | No |
31+
| OSS clustering | No | No | Yes | Yes | Yes | Yes |
32+
| Data persistence | No | No | Yes | Yes | Yes | Yes |
33+
| Zone redundancy | No | Yes (preview) | Yes | Yes | Yes | Yes |
34+
| Geo-replication | No | No | Yes (Passive) | Yes (Active) | Yes (Active) | Yes (Active) |
35+
| Connection audit logs | No | No | Yes | Yes(Event-based) | Yes(Event-based) | Yes(Event-based) |
36+
| Redis Modules | No | No | No | Yes | Yes | Yes |
37+
| Import/Export | No | No | Yes | Yes | Yes | Yes |
38+
| Reboot | Yes | Yes | Yes | No | No | No |
39+
| Scheduled updates | Yes | Yes | Yes | No | No | No |
40+
| Microsoft Entra ID authentication | Yes | Yes | Yes | Yes | Yes | Yes |
41+
| Microsoft Entra ID RBAC | Yes | Yes | Yes | No | No | No |
42+
| Keyspace notification | Yes | Yes | Yes | No | No | No |
43+
| Non High-availability | N/A | No | No | Yes | Yes | Yes |
4444

4545
Here are some other differences that aren't covered by the previous mapping. Consider these client application changes:
4646

47-
| Feature Description | Azure Cache for Redis | Azure Managed Redis |
48-
|:-------------------- |:--------------------|:---------------------------|
49-
| DNS suffix (only for PROD cloud)| `.redis.cache.windows.net`|`<region>.redis.azure.net`|
50-
| TLS port | 6380 | 10000 |
51-
| Non-TLS port | 6379 | Not supported |
52-
| Individual node TLS ports | 130XX | 85xx |
53-
| Individual node non-TLS port | 150XX | Not supported |
54-
| Clustering support | OSS clustering mode | OSS and Enterprise cluster modes |
55-
| Unsupported commands | Unsupported commands | Multi-key commands|
56-
| Regional availability | All Azure regions | * See the list of regions after this section.|
57-
| Redis version | 6 | 7.4 |
58-
| Supported TLS versions | 1.2 and 1.3 | 1.2 and 1.3 |
47+
| Feature Description | Azure Cache for Redis | Azure Managed Redis |
48+
|:---------------------------------|:---------------------------|:----------------------------------------------|
49+
| DNS suffix (only for PROD cloud) | `.redis.cache.windows.net` | `<region>.redis.azure.net` |
50+
| TLS port | 6380 | 10000 |
51+
| Non-TLS port | 6379 | Not supported |
52+
| Individual node TLS ports | 130XX | 85xx |
53+
| Individual node non-TLS port | 150XX | Not supported |
54+
| Clustering support | OSS clustering mode | OSS and Enterprise cluster modes |
55+
| Unsupported commands | Unsupported commands | Multi-key commands |
56+
| Regional availability | All Azure regions | * See the list of regions after this section. |
57+
| Redis version | 6 | 7.4 |
58+
| Supported TLS versions | 1.2 and 1.3 | 1.2 and 1.3 |
5959

6060
## Regional availability for Azure Managed Redis
6161

6262
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.
6363

64-
| Americas | Europe | Middle East | Africa | Asia Pacific |
65-
|---|---|---|---|---|
66-
|Brazil South |Germany West Central | | |East Asia |
67-
|West Central US | UK South | | | Australia East |
68-
|North Central US | West Europe | | | Japan East |
69-
|West US 3 |Sweden Central | | |South East Asia |
70-
|East US 2 | | | |Central India |
71-
|South Central US | | | | |
72-
|West US 2 | | | | |
73-
|East US | | | | |
74-
|West US | | | | |
75-
|Central US | | | | |
76-
|Canada Central | | | | |
77-
64+
- Americas
65+
- Brazil South
66+
- Brazil Southeast
67+
- Canada Central
68+
- Canada East
69+
- Central US
70+
- East US
71+
- East US 2
72+
- Mexico Central
73+
- North Central US
74+
- South Central US
75+
- West Central US
76+
- West US
77+
- West US 2
78+
- West US 3
79+
80+
- Europe
81+
- France South
82+
- Germany North
83+
- Germany West Central
84+
- Italy North
85+
- Norway East
86+
- Norway West
87+
- Spain Central
88+
- Sweden Central
89+
- Sweden South
90+
- Switzerland North
91+
- Switzerland West
92+
- UK South
93+
- UK West
94+
- West Europe
95+
96+
- Middle East
97+
- Israel Central
98+
- UAE Central
99+
- UAE North
100+
101+
- Africa
102+
- South Africa North
103+
- South Africa West
104+
105+
- Asia Pacific
106+
- Australia Central
107+
- Australia Central 2
108+
- Australia East
109+
- Australia Southeast
110+
- Central India
111+
- East Asia
112+
- Indonesia Central
113+
- Japan East
114+
- Japan West
115+
- Jio India Central
116+
- Jio India West
117+
- Korea Central
118+
- Korea South
119+
- South East Asia
120+
- South India
121+
- Taiwan North
122+
- Taiwan Northwest
78123
## Migrate your Azure Cache for Redis instance to Azure Managed Redis
79124

80125
> [!NOTE]
@@ -87,24 +132,24 @@ Azure Managed Redis is current supported in the following regions. This list is
87132
> [!NOTE]
88133
> Use non High Availability option of Azure Managed Redis for Migrating Basic SKUs
89134
90-
| Azure Cache for Redis | Azure Managed Redis | Additional memory (%) |
91-
|-----------------------| :-----------------: | :-------------------: |
92-
| Basic/Standard - C0 | Balanced - B0 | 50 |
93-
| Basic/Standard - C1 | Balanced - B1 | 0 |
94-
| Basic/Standard - C2 | Balanced - B3 | 17 |
95-
| Basic/Standard - C3 | Balanced - B5 | 0 |
96-
| Basic/Standard - C4 | Memory Optimized – M10* | -8 |
97-
| Basic/Standard – C4 | Memory Optimized – M20** | 46 |
98-
| Basic/Standard - C5 | Memory Optimized – M20* | -8 |
99-
| Basic/Standard – C5 | Memory Optimized – M50** | 57 |
100-
| Basic/Standard - C6 | Memory Optimized - M50 | 12 |
101-
| Premium - P1 | Balanced - B5 | 0 |
102-
| Premium - P2 | Balanced - B10* | -8 |
103-
| Premium - P2 | Balanced - B20** | 46 |
104-
| Premium - P3 | Balanced - B20* | -8 |
105-
| Premium - P3 | Balanced - B50** | 57 |
106-
| Premium - P4 | Balanced - B50 | 12 |
107-
| Premium - P5 | Balanced - B100 | 0 |
135+
| Azure Cache for Redis | Azure Managed Redis | Additional memory (%) |
136+
|-----------------------|:------------------------:|:---------------------:|
137+
| Basic/Standard - C0 | Balanced - B0 | 50 |
138+
| Basic/Standard - C1 | Balanced - B1 | 0 |
139+
| Basic/Standard - C2 | Balanced - B3 | 17 |
140+
| Basic/Standard - C3 | Balanced - B5 | 0 |
141+
| Basic/Standard - C4 | Memory Optimized – M10* | -8 |
142+
| Basic/Standard – C4 | Memory Optimized – M20** | 46 |
143+
| Basic/Standard - C5 | Memory Optimized – M20* | -8 |
144+
| Basic/Standard – C5 | Memory Optimized – M50** | 57 |
145+
| Basic/Standard - C6 | Memory Optimized - M50 | 12 |
146+
| Premium - P1 | Balanced - B5 | 0 |
147+
| Premium - P2 | Balanced - B10* | -8 |
148+
| Premium - P2 | Balanced - B20** | 46 |
149+
| Premium - P3 | Balanced - B20* | -8 |
150+
| Premium - P3 | Balanced - B50** | 57 |
151+
| Premium - P4 | Balanced - B50 | 12 |
152+
| Premium - P5 | Balanced - B100 | 0 |
108153

109154
- *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.
110155
- ** This option is for abundant memory consumption.
@@ -124,12 +169,12 @@ Learn more at:
124169

125170
#### Options for Migrating Azure Cache for Redis to Azure Managed Redis
126171

127-
| Option | Advantages | Disadvantages |
128-
| ------------ | ---------- | ------------- |
129-
| Create a new cache | Simplest to implement. | Need to repopulate data to the new cache, which might not work with many applications. |
130-
| Export and import data via RDB file | Compatible with any Redis cache generally. | Some data could be lost, if they're written to the existing cache after the RDB file is generated. |
131-
| Dual-write data to two caches | No data loss or downtime. Uninterrupted operations of the existing cache. Easier testing of the new cache. | Needs two caches for an extended period of time. |
132-
| Migrate data programmatically | Full control over how data are moved. | Requires custom code. |
172+
| Option | Advantages | Disadvantages |
173+
|-------------------------------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
174+
| Create a new cache | Simplest to implement. | Need to repopulate data to the new cache, which might not work with many applications. |
175+
| Export and import data via RDB file | Compatible with any Redis cache generally. | Some data could be lost, if they're written to the existing cache after the RDB file is generated. |
176+
| Dual-write data to two caches | No data loss or downtime. Uninterrupted operations of the existing cache. Easier testing of the new cache. | Needs two caches for an extended period of time. |
177+
| Migrate data programmatically | Full control over how data are moved. | Requires custom code. |
133178

134179
#### Create a new Azure Cache for Redis
135180

@@ -192,10 +237,10 @@ Create a custom migration process by programmatically reading data from an exist
192237
General steps to implement this option are:
193238

194239
1. Create a VM in the region where the existing cache is located. If your dataset is large, choose a relatively powerful VM to reduce copying time.
195-
2. Create a new Azure Managed Redis instance.
196-
3. Flush data from the new cache to ensure that it's empty. This step is required because the copy tool itself doesn't overwrite any existing key in the target cache.
240+
1. Create a new Azure Managed Redis instance.
241+
1. Flush data from the new cache to ensure that it's empty. This step is required because the copy tool itself doesn't overwrite any existing key in the target cache.
197242
Important: Make sure to NOT flush from the source cache.
198-
4. Use an application such as the open-source tool mentioned previously to automate the copying of data from the source cache to the target. Remember that the copy process could take a while to complete depending on the size of your dataset.
243+
1. Use an application such as the open-source tool mentioned previously to automate the copying of data from the source cache to the target. Remember that the copy process could take a while to complete depending on the size of your dataset.
199244

200245
## Related content
201246

articles/redis/overview.md

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,23 +133,69 @@ The following table helps describe some of the features supported by tier:
133133

134134
Azure Managed Redis is continually expanding into new regions.
135135

136-
| Americas | Europe | Middle East | Africa | Asia Pacific |
137-
|---|---|---|---|---|
138-
|Brazil South |Germany West Central | | |East Asia |
139-
|West Central US | UK South | | | Australia East |
140-
|North Central US | West Europe | | | Japan East |
141-
|West US 3 |Sweden Central | | |South East Asia |
142-
|East US 2 | | | |Central India |
143-
|South Central US | | | | |
144-
|West US 2 | | | | |
145-
|East US | | | | |
146-
|West US | | | | |
147-
|Central US | | | | |
148-
|Canada Central | | | | |
149-
136+
- Americas
137+
- Brazil South
138+
- Brazil Southeast
139+
- Canada Central
140+
- Canada East
141+
- Central US
142+
- East US
143+
- East US 2
144+
- Mexico Central
145+
- North Central US
146+
- South Central US
147+
- West Central US
148+
- West US
149+
- West US 2
150+
- West US 3
151+
152+
- Europe
153+
- France South
154+
- Germany North
155+
- Germany West Central
156+
- Italy North
157+
- Norway East
158+
- Norway West
159+
- Spain Central
160+
- Sweden Central
161+
- Sweden South
162+
- Switzerland North
163+
- Switzerland West
164+
- UK South
165+
- UK West
166+
- West Europe
167+
168+
- Middle East
169+
- Israel Central
170+
- UAE Central
171+
- UAE North
172+
173+
- Africa
174+
- South Africa North
175+
- South Africa West
176+
177+
- Asia Pacific
178+
- East Asia
179+
- Australia Central
180+
- Australia Central 2
181+
- Australia East
182+
- Australia Southeast
183+
- Central India
184+
- Indonesia Central
185+
- Japan East
186+
- Japan West
187+
- Jio India Central
188+
- Jio India West
189+
- Korea Central
190+
- Korea South
191+
- South East Asia
192+
- South India
193+
- Taiwan North
194+
- Taiwan Northwest
195+
150196
To check the availability by region, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=redis-cache&regions=all).
151197

152-
## Migration from Azure Cache for Redis
198+
## Moving from Azure Cache for Redis
153199

154200
For more information about migrating from Azure Cache for Redis to Azure Managed Redis, see [Move from Azure Cache for Redis to Azure Managed Redis](migrate/migrate-overview.md).
155201

0 commit comments

Comments
 (0)