Skip to content

Commit c915ed0

Browse files
committed
Fixed link.
1 parent 7427312 commit c915ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following list contains answers to commonly asked questions about Azure Cach
110110
- [Can I use the same storage account for persistence across two different caches?](#can-i-use-the-same-storage-account-for-persistence-across-two-different-caches)
111111
- [Will I be charged for the storage being used in Data Persistence](#will-i-be-charged-for-the-storage-being-used-in-data-persistence)
112112
- [How frequently does RDB and AOF persistence write to my blobs, and should I enable soft delete?](#how-frequently-does-rdb-and-aof-persistence-write-to-my-blobs-and-should-i-enable-soft-delete)
113-
- [Will having firewall exceptions on the storage account affect persistence](#Will-having-firewall-exceptions-on-the-storage-account-affect-persistence)
113+
- [Will having firewall exceptions on the storage account affect persistence](#will-having-firewall-exceptions-on-the-storage-account-affect-persistence)
114114

115115
### RDB persistence
116116

@@ -218,6 +218,7 @@ When clustering is enabled, each shard in the cache has its own set of page blob
218218
After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the background and append to the first set of files. Set operations, sent to the cache during the rewrite, append to the second set. A backup is temporarily stored during rewrites if there's a failure. The backup is promptly deleted after a rewrite finishes. If soft delete is turned on for your storage account, the soft delete setting applies and existing backups continue to stay in the soft delete state.
219219

220220
### Will having firewall exceptions on the storage account affect persistence
221+
221222
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.
222223

223224
## Next steps

0 commit comments

Comments
 (0)