Can I pause an Azure Cache for Redis in my testing environment?

xdf1038 20 Reputation points
2025-02-04T06:02:36.28+00:00

We have deployed the same infrastructure into two subscriptions (prod and test):

  • An app service (NestJS API service application)
  • An Azure Cache for Redis

Security Guidelines require that we shut down all services when not needed.
We're not testing every day so there will be days where we will want to shut down the test environment.

Can an Azure Cache for Redis be paused somehow? I did not find a start/stop button in the Azure Portal.

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

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 25,936 Reputation points MVP
    2025-02-04T07:25:44.36+00:00

    Hi,

    This is not possible. The service does not allow that. May be such option will come to Azure Managed Redis (different from Azure Cache for Redis) as some of the other managed services offer that but there is no official information for such feature from Microsoft. Other option is probably to deploy Redis on Azure VM as you can stop Azure VMs but keep in mind that will bring more work to maintaining the Redis software and the VM.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

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