Azure Application Proxy – Part 2

To perform these steps, you’re going to need a domain joined Windows Server with IIS installed.

There are a few different ways to deploy a web application, perhaps the simplest is to deploy it using a file share.

Create a root folder for your IIS web site (C:\www) and within this root folder create and share a sub-folder for the intranet-app1 application we have just built:

appproxyp2-1-share

Map the share to ta network drive on the machine you’ve used for Visual Studio

appproxyp2-1a-share2

In the main Visual Studio window – select the Intranet-app1, right click and select Publish …

appproxyp2-2-publish1

In the Publish dialog box select the Custom option, enter a new custom profile name, click OK and then click Next

appproxyp2-3-publish2

Now select File System as the publish method and set the target location to the file share network drive location we set up previously. Click Publish

appproxyp2-4-publish3

If you now resize the Output window in Visual Studio you should see the web application deploying successfully.

appproxyp2-5-publish4

In Part 3 we’ll configure the IIS server to support our authentication choice.

 

3 thoughts on “Azure Application Proxy – Part 2”

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