Azure worker role where are input endpoints declared? -


i have azure worker role deployed staging. (azure sdk 2.2).

when deployed via publish in visual studio 2013 noticed number of input endpoints had increased 3 five!

when looked in endpoints tab of worker role properties, there no input endpoints declared!

after doing lot of googling bing, have been unable find reference these input endpoints have come from.

i trying swap instance staging production , not swap, number of input endpoints different between staging , production. both instances run fine, not using endpoints anyway.

any ideas these endpoints declared , how can delete ones don't want?

endpoints specified in servicedefinition.csdef (properties of cloud project). endpoints seeing because published project vs2013 "enable remote debugging" selected (a new feature in vs2013 , azure sdk 2.2). endpoints facilitate attaching remote debugger. deselect option , republish.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -