0

I am using Azure PAAS. All database servers, application servers and proxy servers are with in my virtual network.

How to setup web application proxy for azure web role?

Opal
  • 81,889
  • 28
  • 189
  • 210
Ramesh Bolla
  • 372
  • 1
  • 3
  • 21

1 Answers1

1

Change webrole endpoint to Localhost and enable Firewall rule Http trafic in. then site can access form proxy server.

Using web application proxy setup https://technet.microsoft.com/en-us/library/dn383650.aspx we can configure proxy for web role.

Ramesh Bolla
  • 372
  • 1
  • 3
  • 21