Skip to content

Commit 1fae313

Browse files
Merge pull request #253774 from MSFTeegarden/patch-41
Fix grammar
2 parents 4e97de1 + 7570deb commit 1fae313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-cache-for-redis/cache-how-to-scale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The following list contains answers to commonly asked questions about Azure Cach
272272
- [Do I lose data from my cache during scaling?](#do-i-lose-data-from-my-cache-during-scaling)
273273
- [Can I use all the features of Premium tier after scaling?](#can-i-use-all-the-features-of-premium-tier-after-scaling)
274274
- [Is my custom databases setting affected during scaling?](#is-my-custom-databases-setting-affected-during-scaling)
275-
- [Is my cache be available during scaling?](#is-my-cache-be-available-during-scaling)
275+
- [Will my cache be available during scaling?](#will-my-cache-be-available-during-scaling)
276276
- [Are there scaling limitations with geo-replication?](#are-there-scaling-limitations-with-geo-replication)
277277
- [Operations that aren't supported](#operations-that-arent-supported)
278278
- [How long does scaling take?](#how-long-does-scaling-take)
@@ -341,10 +341,10 @@ If you configured a custom value for the `databases` setting during cache creati
341341

342342
While Standard, Premium, Enterprise, and Enterprise Flash caches have a SLA for availability, there's no SLA for data loss.
343343

344-
### Is my cache be available during scaling?
344+
### Will my cache be available during scaling?
345345

346346
- **Standard**, **Premium**, **Enterprise**, and **Enterprise Flash** caches remain available during the scaling operation. However, connection blips can occur while scaling these caches, and also while scaling from **Basic** to **Standard** caches. These connection blips are expected to be small and redis clients can generally re-establish their connection instantly.
347-
- For Enterprise and Enterprise Flash caches using active geo-replication, scaling only a subset of linked caches can introduce issues over time in some cases. We recommend scaling all caches in the geo-replication group together were possible.
347+
- For **Enterprise** and **Enterprise Flash** caches using active geo-replication, scaling only a subset of linked caches can introduce issues over time in some cases. We recommend scaling all caches in the geo-replication group together where possible.
348348
- **Basic** caches are offline during scaling operations to a different size. Basic caches remain available when scaling from **Basic** to **Standard** but might experience a small connection blip. If a connection blip occurs, Redis clients can generally re-establish their connection instantly.
349349

350350
### Are there scaling limitations with geo-replication?

0 commit comments

Comments
 (0)