0

エミュレーターで Azure Web ロールを動作させようとしています。

私と同僚はまったく同じセットアップを使用していると思います。しかし、それは私のマシンでは機能しますが、彼女のマシンでは機能しません。

セットアップは次のとおりです:
Visual Studio 2015 Community。
Azure SDK 2.9.5。

ログを比較しましたが、私のものは次のようになります。

....  
State of xx changed from RoleStateSuspended to RoleStateBusy.
State of xx changed from RoleStateBusy to RoleStateUnhealthy.
State of xx changed from RoleStateUnhealthy to RoleStateBusy.
State of xx changed from RoleStateBusy to RoleStateStarted.  
....

彼女のものは次のようになります。

....
State of xx changed from RoleStateSuspended to RoleStateBusy.
State of xx changed from RoleStateBusy to RoleStateUnhealthy.
>>>>_Context_Start: {7A692122-8B13-42A8-8B8B-435872E2C0C3}      Context={{ StopRoleEx:  instanceId=xx }}
>>>>_Context_Start: {C882D389-A2C9-47F2-9A05-6E23F56157B6}      Context={{ AgentpStopRoleWorkerEx:  ContainerId=EmulatorContainer   RoleInstanceId=xx }}
<- AgentMonitoringObject::EventStart(0x00007FF95DD075A0) =0x80070015        Context={{ AgentpStopRoleWorkerEx:  ContainerId=EmulatorContainer   RoleInstanceId=xx }}
Stopping role: xx. Notify: True  Recycle: False  StopTimeout: 5     Context={{ AgentpStopRoleWorkerEx:  ContainerId=EmulatorContainer   RoleInstanceId=xx }}
State of xx changed from RoleStateUnhealthy to RoleStateStopping.       Context={{ AgentpStopRoleWorkerEx:  ContainerId=EmulatorContainer   RoleInstanceId=xx }}
....

問題は、何が原因で Web ロールが停止状態になる可能性があるかということです。

私の理論では、「StopTimeout: 5」がここで問題になる可能性があります。しかし、どうすればこの値を変更できますか?

4

0 に答える 0