New Azure Distributed Cache for Azure Websites in Reserved Instance Mode

后端 未结 3 1494
误落风尘
误落风尘 2021-01-04 14:27

Something that seems to be absent from the otherwise great new features for Windows Azure (announced on June 7th), is the ability to define distributed caches for the reserv

3条回答
  •  轮回少年
    2021-01-04 14:44

    You sure can create Dedicated Cache for windows Azure websites in reserved mode. As of now you may not be able to find how to create it in Windows Azure June SDK (1.7) however if really want to do it you need to accomplish it manually.

    I had some discussion around this and after some digging I found that it can be done by understanding the dedicated cache in Windows Azure Web Role first and the migrating the references & configuration to your ASP.NET Website. Here are some steps you can follow to try it by yourself:

    1. Create a Web Role with dedicate cache
    2. Understand the references and configuration settings used for Dedicated Cache in web role
    3. Now create your ASP.NET Website and migrate dedicated cache related settings and references to your Windows Azure website

提交回复
热议问题