Skip to content

Commit 6b5bd69

Browse files
authored
Update cache-how-to-premium-persistence.md
1 parent a8ecbe1 commit 6b5bd69

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
@@ -233,6 +233,7 @@ The following list contains answers to commonly asked questions about Azure Cach
233233
- [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)
234234
- [Will having firewall exceptions on the storage account affect persistence](#will-having-firewall-exceptions-on-the-storage-account-affect-persistence)
235235
- [How do I check if soft delete is enabled on my storage account?](#how-do-i-check-if-soft-delete-is-enabled-on-my-storage-account)
236+
- [Can I choose to use a storage account in a different subscription than the one in which my cache is located?](#Can-I-choose-to-use-a-storage-account-in-a-different-subscription-than-the-one-in-which-my-cache-is-located)
236237

237238
### RDB persistence
238239

@@ -364,6 +365,10 @@ With the Premium tier, you can't use Append-only File (AOF) persistence with mul
364365

365366
Select the storage account that your cache is using for persistence. Select **Data Protection** from the Resource menu. In the working pane, check the state of _Enable soft delete for blobs_. For more information on soft delete in Azure storage accounts, see [Enable soft delete for blobs](/azure/storage/blobs/soft-delete-blob-enable?tabs=azure-portal).
366367

368+
### Can I choose to use a storage account in a different subscription than the one in which my cache is located?
369+
370+
You can choose a storage account in a different subscription only if you're using managed identity as the authentication method.
371+
367372
## Next steps
368373

369374
Learn more about Azure Cache for Redis features.

0 commit comments

Comments
 (0)