Eduardo
Eduardo

Reputation: 5943

Create two endpoints with the same private port on Windows Azure

I have an apache server running on port 8080. I've created this endpoint:

8080 forwarding to 8080

But when I try to create this:

80 forwarding to 8080

I get an error that says that the private port and protocol conflict with another endpoint. How can I have two endpoints forwarding to the same private port?

Upvotes: 1

Views: 994

Answers (1)

Peter Ritchie
Peter Ritchie

Reputation: 35869

This is currently not supported. If you think this functionality is important, there is a uservoice suggestion that you can vote on here: http://feedback.windowsazure.com/forums/169386-cloud-services-web-and-worker-role-/suggestions/3001519-endpoints-should-allow-reuse-of-private-ports

Upvotes: 1

Related Questions