如何在使用Azure模拟器时获取WorkerRole IP?

时间:2015-09-06 07:47:12

标签: azure azure-worker-roles azure-emulator

如何在使用Azure模拟器时获取WorkerRole IP? 我正在使用Azure SDK 2.7。

我尝试在我的工作者角色OnStart方法中迭代RoleEnvironment.CurrentRoleInstance端点,但没有找到端点。 (据我所知,Azure模拟器无法读取定义的点:()

好的...如果我无法读取定义的端点,那么对我来说仍然可以获得自动分配的端点。所以我打开我的模拟器,转到服务详细信息......我只获得了我的网络角色的IP ...

之前有没有人遇到过类似的问题?

enter image description here

1 个答案:

答案 0 :(得分:0)

我必须添加一个"输入端点"。

enter image description here

所以现在我的模拟器下面显示了一个IP地址

enter image description here