Questions tagged [azure-caching]

Azure Caching suite of offerings providing distributed, in-memory caching solution for Microsoft Azure applications. It refers to Azure Redis Cache (Preview), Azure Managed Cache and Azure In-Role Cache.

There are two Distributed In-Memory Caching suites from Microsoft in Azure, namely "Azure Shared Cache" and "Azure Cache".

Azure Shared Cache is a distributed, in-memory, multi-tenant, shared caching solution. It is now deprecated in favor of proper Azure Caching, and will be retired on September 1, 2014.

Azure Cache is a distributed, in-memory, single-tenant, role-based caching solution. Azure Caching is feature-rich such as support for Regions, Tags, High Availability; it also has a wrapper to migrate applications that use Memcached.

Offerings

Azure Cache is available in three offerings

Azure Redis Cache (Preview)

A new cache offering from Microsoft that provides a fully managed Redis caching service. As this service is currently in preview it does not offer an SLA, nor does it come with any attached cost.

Azure Managed Cache Service

Formerly known as Dedicated application has to attach/add 'Cache Worker Roles' (special purpose Azure Worker Roles for Caching) to use Caching. These roles are dedicated solely for 'Caching' purpose, hence the name 'Dedicated'.

In-Role Cache for Azure Cache

Formerly known as Collocated application could use unused memory of their existing roles (Web/Worker) for Caching purposes. In this case, customer can configure how much of their role memory is reserved for Azure Cache. By default this is set to 30%.

217 questions
0
votes
1 answer

Azure cache programatic configuration results in ErrorCode ERRCA0029 SubStatus ES0001 Authorization token passed by user Invalid

I am trying Proof of Concepts based on code at http://msdn.microsoft.com/en-us/library/windowsazure/gg618003. This cache is accesible if I use app.config settings. When I switched the application to use programatic configuration, I consistently get…
Chetan
  • 184
  • 12
0
votes
2 answers

Is there a maximum object count in Azure Caching (Preview)

I know there's a maximum memory limit in Azure Caching but is there a maximum object count as well? It feels like the cache would get slower as the number of keys is increasing. Background: I need to keep some numbers in memory for each user…
Jonas Stensved
  • 14,378
  • 5
  • 51
  • 80
0
votes
2 answers

Why do my instances recycle when trying to store sessions in co-located Azure cache?

I run an ASP.Net MVC3 application and have followed this Windows Azure How-To on how to store my sessions in a co-located cache in Windows Azure. I have installed the mentioned Nuget-package, and applied the necessary information to my web.config.…
Christofer Eliasson
  • 32,939
  • 7
  • 74
  • 103
0
votes
2 answers

Unable to deploy project using dedicated window azure caching (preview) in production environment

I made a sample application using windows azure dedicated caching (preview). The sample application runs perfectly in emulated environment but does not get properly deployed in production environment: The project and the cache instances always…
Ravi Ranjan
  • 137
  • 6
0
votes
3 answers

Azure - what is the purpose of applicationName in Azure Caching?

Configuration the ASP.NET Output Cache Provider for Windows Azure Caching I'm a bit confuse about applicationName attribute. Does it mean I can use multiple applications share the same Azure cache (as long as I don't max out Transactions, Data…
Win
  • 61,100
  • 13
  • 102
  • 181
0
votes
3 answers

Azure Caching - How is Microsoft Enterprise Library 5.0 Caching Application Block on Azure?

Microsoft Enterprise Library 5.0 Integration Pack for Windows Azure As far as I understand, cache will be stored in database, and all web roles are sharing same cache which is same as Azure's in-memory distributed caching. I'm wondering anyone has…
-1
votes
1 answer

Azure SQL VM - Premium Storage Caching or P50 or more disks?

I have a 50 TB SQL server to host on Azure. I want to benefit from the premium storage caching (mentioned in the Azure best practices for SQL VM) but then I will have to use P30 at most and a lot of them. The other option is to use P70-80 disks but…
1 2 3
14
15