Search code examples
azureredisazure-redis-cache

Is it possible Migrate Azure Redis Cache to other subscription?


I am using Azure Redis Cache from Subscription A, I want to change the Current subscription (A) of redis to B (new Subscription).

a - Is it possible? How? if not

b - Can i Persist Same Access keys for new Redis created under B?


Solution

  • Looking at the list of services that can be moved across subscriptions here: https://azure.microsoft.com/en-in/documentation/articles/resource-group-move-resources/, I would say it is possible to move Redis Cache from one Azure Subscription to another.

    enter image description here

    Regarding how you could move the resources, you can do it using Azure Portal, Azure PowerShell, Azure CLI tools or even Azure REST API. Please see the link for instructions on how you can accomplish this.