azure - 我可以从开发模拟器访问 Azure AppFabric 缓存吗?

标签 azure appfabric azure-caching

当我从我的开发 Azure 应用程序访问 Azure 缓存时,出现以下异常。

ErrorCode:SubStatus:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.)

是否存在只能从托管 Azure 应用程序访问 Azure 缓存的任何限制?

最佳答案

从模拟器访问 AppFabric Cache 应该没有问题。请注意,缓存仅位于 Windows Azure 本身中;本地没有运行模拟缓存。

您有关于错误消息的更多详细信息吗?另外,你是直接在代码中访问它吗?使用它作为 session 状态提供程序?

关于azure - 我可以从开发模拟器访问 Azure AppFabric 缓存吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8181767/

相关文章:

azure - Azure Function App 是否支持 Python 3.9?

azure - ACS 中的 MyOpenID : adding required claim types

azure - Windows Server AppFabric 自定义配置提供程序问题

azure - SDK 2.5 升级后 Windows Azure 角色内缓存不起作用

caching - Windows Azure - 角色内缓存、监控

azure - 将 Azure 索引中的数据与即将上传的数据进行比较

java - 如何在 spring-boot OAuth2 客户端中映射权限?

azure - 如何访问我的 Azure 网站的代码?

nhibernate - AppFabric 缓存本地缓存对我们不起作用......我们做错了什么?

Azure powershell session 立即超时