sternr
sternr

Reputation: 6506

Azure (Co-Located or Dedicated) Cache Across Cloud Services

Is it possible to define certain role(s) as co-located\dedicated cache roles on Cloud Service A, and access them from roles in Cloud Service B?

(without using the Azure Shared Cache solution)

Upvotes: 0

Views: 351

Answers (2)

Bart Czernicki
Bart Czernicki

Reputation: 3683

If you are talking about Azure IaaS virtual machines and having co-located/hybrid caching with windows app fabric caching...you could do it using the Virtual Network feature to combine endpoints.

Upvotes: 1

user94559
user94559

Reputation: 60143

I'm pretty sure the answer is no. I believe cache roles only expose internal endpoints, which are only accessible from within the same cloud service.

Upvotes: 1

Related Questions