本文介绍了Azure辅助角色陷入角色状态未知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Azure工具包1.5
Azure toolkit 1.5
- 创建新项目
- 添加工作人员角色
- 打F5
部署陷入困境:
[fabric]角色实例:部署(189).WindowsAzureProject1.WorkerRole1.0
[fabric] Role Instance: deployment(189).WindowsAzureProject1.WorkerRole1.0
[fabric]角色状态未知
[fabric] Role state Unknown
最终部署超时.
关于如何调试它的任何想法?
Any ideas on how to debug this?
推荐答案
使其正常运行,结果证明Windows进程激活服务未在我的计算机上正确运行.重新安装并启用了tcp激活,现在可以正常工作了!
Got it working, turned out that Windows Process Activation Service wasn't running correctly on my machine. Reinstalled and enabled tcp activation and now its working!
这篇关于Azure辅助角色陷入角色状态未知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!