locked
Setup web application proxy for azure web role RRS feed

  • Question

  • Hi,

    I have setup network in Azure, all my web roles, database servers, domain controller and proxy server are part of it.

    While trying to setup web application proxy for web role,i got only list of relaying parties ADFS. I don't see any web roles URL's.


    How to setup web application proxy for web role in Azure ?


    Ramesh Bolla

    Saturday, May 23, 2015 12:39 PM

Answers

  • Hi Ramesh,

    Thank you for posting here!

    Web Application Proxy can be run on Windows Azure VMs, but there are no recommended scenarios for running it on Windows Azure VMs.

    Azure has a software load balancer as the entry point to your Azure VMs from internet-facing clients. If you would like a reverse proxy in front of your services, you would need to have a separate VM created to host the proxy.

    You can also use Application Request Routing (ARR) to achieve this.

    Refer to - http://stackoverflow.com/questions/6200222/how-do-i-create-a-reverse-proxy-that-runs-in-azure

    I hope this helps!

    Best Regards

    Sadiqh Ahmed

    ________________________________________________________________________________________________________________

    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.


    Saturday, May 23, 2015 3:33 PM