Skip to content

Commit 900090f

Browse files
authored
### Can I have AOF persistence enabled if I have more than 1 replica? No, AOF persistence cannot be enabled with replicas (i.e replica count >= 2).
### Can I have AOF persistence enabled if I have more than 1 replica? No, AOF persistence cannot be enabled with replicas (i.e replica count >= 2). -->It is indicative in portal when we try to create a redis cache with more than 1 replica, it doesn't allow us to enable AOF persistence.
1 parent 3ee1a64 commit 900090f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the b
227227

228228
Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process.
229229

230+
231+
### Can I have AOF persistence enabled if I have more than 1 replica?
232+
233+
No, AOF persistence cannot be enabled with replicas (i.e replica count >= 2).
234+
230235
## Next steps
231236

232237
Learn more about Azure Cache for Redis features.

0 commit comments

Comments
 (0)