azure - How to get web role input endpoint in worker role? -
we have azure application, has worker role , web role, , worker role has know web role address exposed outside. that's because, web role include web api worker role can use, need know url address of web role.
any way that?
you should role
, roleinstance
, roleinstanceendpoint
classes in microsoft.windowsazure.serviceruntime
namespace. using these should able find ip address , port of role instances.
Comments
Post a Comment