Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cache-how-to-premium-persistence.md #125798

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ The following list contains answers to commonly asked questions about Azure Cach
- [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)
- [Will having firewall exceptions on the storage account affect persistence](#will-having-firewall-exceptions-on-the-storage-account-affect-persistence)
- [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)
- [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)

### RDB persistence

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

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).

### Can I choose to use a storage account in a different subscription than the one in which my cache is located?

You can choose a storage account in a different subscription only if you're using managed identity as the authentication method.

## Next steps

Learn more about Azure Cache for Redis features.
Expand Down