Azure Application Proxy – Part 3

Setting up the Application in IIS

Assuming you have just installed IIS. Stop the default web application.

appproxyp3-1-stop

Add a new website for our application.

appproxyp3-2-new

Specify a web site name – and select the path C:\www\intranet-app1 (the path we shared earlier in part 2).

appproxyp3-3-path

After clicking “OK” you will get a warning about port 80’s binding. This can be ignored as we have stopped the default web site that was using it.

appproxyp3-4-warning

At this point if you try to access the application it will show an authentication error:

appproxyp3-5-accesserror

We need to do some further setup to allow our chosen Authentication method. Enable kernel mode authentication on the Intranet-App1:

appproxyp3-6-auth1

Enable Windows Authentication

appproxyp3-7-auth2

Next Browse to the website – and you should be prompted to perform a domain login: (If you log straight in without being prompted, it may be because you are already logged into the domain, in that case start a private browsing session and retry.)

 

appproxyp3-8-browse1

You should now see the website page you created in Visual Studio

appproxyp3-9-browse2

Up to this point you have an application running on your Intranet, authenticating using your own Active Directory credentials.

In Part 4 we’ll enable Azure Application Proxy  to make this application securely available to external (Internet) users.

 

 

2 thoughts on “Azure Application Proxy – Part 3”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s