0

Is it possible to use Azure shared cache service from load-balanced IaaS VMs? Does it exists at all? I can't seem to find caching service in management portal.

Eduard Truuvaart
  • 429
  • 1
  • 4
  • 8

2 Answers2

1

You should also take a look at the Windows Azure Cache Service (Preview) that has just been launched. It supports distributed caching from IaaS VMs. Read more here to find out if you need this.

0

If you're using IaaS with Windows Server, you may want to explore using Server AppFabric Caching. This gives you dedicated resources, co-hosted in your Azure VM's at a lower latency and without the quota's imposed by the shared caching service.

BrentDaCodeMonkey
  • 5,493
  • 20
  • 18