Skip to content

Commit a2f087a

Browse files
committed
Acrolinx and other edits
1 parent e34994b commit a2f087a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The tables show the number of vCPUs used for the primary shards, not the replica
4343
### E10
4444

4545
|Capacity|Effective vCPUs|
46-
|---|---:|
46+
|---:|---:|
4747
| 2 | 2 |
4848
| 4 | 6 |
4949
| 6 | 6 |
@@ -53,7 +53,7 @@ The tables show the number of vCPUs used for the primary shards, not the replica
5353

5454
### E20
5555
|Capacity|Effective vCPUs|
56-
|---|---|
56+
|---:|---:|
5757
|2| 2|
5858
|4|6|
5959
|6|6|
@@ -63,7 +63,7 @@ The tables show the number of vCPUs used for the primary shards, not the replica
6363
### E50
6464

6565
|Capacity|Effective vCPUs|
66-
|---|---|
66+
|---:|---:|
6767
|2|6|
6868
|4|6|
6969
|6|6|
@@ -73,7 +73,7 @@ The tables show the number of vCPUs used for the primary shards, not the replica
7373

7474
### E100
7575
|Capacity|Effective vCPUs|
76-
|---|---|
76+
|---:|---:|
7777
|2| 6|
7878
|4|30|
7979
|6|30|
@@ -82,13 +82,13 @@ The tables show the number of vCPUs used for the primary shards, not the replica
8282

8383
### F300
8484
|Capacity|Effective vCPUs|
85-
|---|---|
85+
|---:|---:|
8686
|3| 6|
8787
|9|30|
8888

8989
### F700
9090
|Capacity|Effective vCPUs|
91-
|---|---|
91+
|---:|---:|
9292
|3| 30|
9393
|9| 30|
9494

@@ -122,19 +122,21 @@ For example, consider these tips:
122122

123123
- Identify in advance which other cache in the geo-replication group to switch over to if a region goes down.
124124
- Ensure that firewalls are set so that any applications and clients can access the identified backup cache.
125-
- Each cache in the geo-replication group has its own access key. Determine how the application switches access keys when targeting a backup cache.
125+
- Each cache in the geo-replication group has its own access key. Determine how the application will switch access keys when targeting a backup cache.
126126
- If a cache in the geo-replication group goes down, a buildup of metadata starts to occur in all the caches in the geo-replication group. The metadata can't be discarded until writes can be synced again to all caches. You can prevent the metadata build-up by force unlinking the cache that is down. Consider monitoring the available memory in the cache and unlinking if there's memory pressure, especially for write-heavy workloads.
127127
<!-- My revision - should the last sentence be its own bullet? -->
128128

129-
It's also possible to use a [circuit breaker pattern](/azure/architecture/patterns/circuit-breaker) to automatically redirect traffic away from a cache suffering a region outage and towards a backup cache in the same geo-replication group. Use Azure services such as [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md) or [Azure Load Balancer](../load-balancer/load-balancer-overview.md) to enable the redirection.
129+
It's also possible to use a [circuit breaker pattern](/azure/architecture/patterns/circuit-breaker). Use the pattern to automatically redirect traffic away from a cache experiencing a region outage, and towards a backup cache in the same geo-replication group. Use Azure services such as [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md) or [Azure Load Balancer](../load-balancer/load-balancer-overview.md) to enable the redirection.
130130

131131
## Data Persistence vs Data Backup
132132

133133
The [data persistence](cache-how-to-premium-persistence.md) feature in the Enterprise and Enterprise Flash tiers is designed to automatically provide a quick recovery point for data when a cache goes down. The quick recovery is made possible by storing the RDB or AOF file in a managed disk that is mounted to the cache instance. Persistence files on the disk aren't accessible to users.
134134

135-
Many customers want to use persistence to take periodic backups of the data on their cache. While this is a great idea, data persistence isn’t recommended to be used in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature. You can export copies of cache data in RDB format directly into your chosen storage account and trigger the data export as frequently as you require. Export can be triggered either from the portal or by using the CLI, PowerShell, or SDK tools.
135+
Many customers want to use persistence to take periodic backups of the data on their cache. We don't recommend that you use data persistence in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature. You can export copies of cache data in RDB format directly into your chosen storage account and trigger the data export as frequently as you require. Export can be triggered either from the portal or by using the CLI, PowerShell, or SDK tools.
136136

137-
<!-- Not sure about this sentence - While this is a great idea, data persistence isn’t recommended to be used in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature. -->
137+
<!-- Not sure about this sentence - While this is a great idea, data persistence isn’t recommended to be used in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature.
138+
It's a great idea but don't do it? See my revision.
139+
-->
138140

139141
## Next steps
140142

0 commit comments

Comments
 (0)