Share via

Azure cache redis data persistence issue

sonu jatav 0 Reputation points
2025-04-09T08:43:16.7066667+00:00

Hi Azure Community,

First time I am using the azure cache redis and I have enabled the data persistence mode. created storage account and added to the redis cluster. However can not see the data backup into the storage account. Can you please help me what exact step do i need to follow?

Thanks

Sonu

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-04-09T10:35:25.51+00:00

    Hi @Sonu jatav

    Welcome to Microsoft Q&A thanks for posting your question.

    As I understand it, you're unable to find the backup files in the storage account.

    If you're looking to persist data, you can consider using the managed Azure Cache for Redis service.

    Choose a storage account in the same region and subscription as the cache. A Premium Storage account is recommended due to its higher throughput. Additionally, we strongly recommend disabling the soft delete feature on the storage account, as it can increase storage costs. For more information, please refer to the relevant documentation.

    What is Azure Cache for Redis? - Azure Cache for Redis | Microsoft Learn

    Note that data persistence is not available in the Basic and Standard tiers.

    Please let me know if you need any more information. We are happy to assist

    1 person found this answer helpful.
    0 comments No comments

  2. Ross Hedges 0 Reputation points
    2026-02-13T11:01:46.4+00:00

    I also have an Azure cache for Redis (Premium instance) with persistence turned on.

    But nothing is appearing in the associated storage account (which is StorageV2).

    Also every time I attempt to export the cache I get the error telling me there's an RDB export currently in progress. I have turned off persistence and tried again but get the same error message.

    I have added both system and user assigned identities to the cache and granted them 'Storage Blob Data Contributor.' in the storage account.

    Both the redis cache and the storage account are in the same subscription and region.

    The storage account is not public and it's network has both 'Allow trusted Microsoft services to access this resource' ticked and Resource instances has Microsoft.Cache/Redis with the redis instance name.

    I've run out of options to check so am posting here for help.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.