Search code examples
azureazure-web-app-serviceazure-caching

Azure WebSites and Distributed caching


What is the right way to implement azure websites (not webroles) that use distributed caching? Does Azure have anything built in or a 3-rd party has to be involved?

Edit:

I have been struggling with suggested Windows Azure Caching. The server kept responding with error ErrorCode<ERRCA0019>:SubStatus<ES0001>:Check the client version. It should be within the allowed version range on the server. If necessary, upgrade the client to the allowed version.

After looooong search I have stumbled upon this link that fixed it all.

Bottom line, when looking for NuGet package, DO NOT use Windows Azure Caching, but Windows Azure Shared Caching v1.7.


Solution

  • Windows Azure Cache Service (Preview) has just been released. That is the best way to use distributed caching with Azure Websites.

    The Shared Caching service is being deprecated!