How can we improve Windows Azure Cloud Services (Web and Worker Role)?

More than 5 EndPoints per role

Allowing Worker Roles (or Web Roles, as well) to host more than a handful of services would keep costs down for light use services that can coexist with eachother.

16 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    anonymousanonymous shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    3 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • Glenn MaughanGlenn Maughan commented  ·   ·  Flag as inappropriate

        We have a WCF service application that requires 3 distinct ports to support non-streaming requests, streaming requests and streaming with DataSet result requests, none of which can use the same endpoint. We also used to have a logical separation of our services on different ports but had to combine them to fit Azure's port limit. We could have fit within the 5 port limit but enabling Remote Desktop uses up 2 of them! We would also like the port limit to be increased.

      • Jessie WeiJessie Wei commented  ·   ·  Flag as inappropriate

        I think the limitation on the number of points can just apply to external ports where there exists a load balancer. the number of internal points should not be limited since no resource need to be provisioned.

      • Brian BowleyBrian Bowley commented  ·   ·  Flag as inappropriate

        We have a communications application we want to deploy in Windows Azure. Our application would be sold to others who would also deploy it into Azure. It handles multiple communications protocols such as HTTP, AS/2, and FTP. The communications will be able to store and retrieve files to/from SQL Azure. But having only 5 ports for a single role is extremely limiting to a communications program, especially when it comes to an FTP passive port range. So we would like the maximum number of port increased significantly.

      Feedback and Knowledge Base