Azure – How to disable an Azure Redis Cache

azureredis

I have been experimenting with the Azure Redis Cache preview, and so far, so good. However, when I am not using it, I would like to disable it so that it is not consuming memory and not accessible.

I would prefer not to delete it, as I do not wish to create a new instance each time I want to run some tests. But from the portal, there is no disable or deactivate option, just delete.

I have reviewed the documentation at http://msdn.microsoft.com/en-us/library/azure/dn690523.aspx but have not found a solution.

Best Answer

I was able to find an answer through the Azure Cache forum on MSDN.

For the time being, there is no deactivate or disable command. And under the Preview release, some of the Redis commands, such as SHUTDOWN, have been disabled.

For more information, see:

http://social.msdn.microsoft.com/Forums/windowsazure/en-US/3730b7d1-f0bd-4a02-b35e-e0078ba1bba4/how-can-i-disable-an-azure-redis-cache?forum=azurecache

Related Topic