-1

I have created following Virtual Applications and Directories in the azure portal Click here to view the image

And using visual studio online I can build and deploy the site into root folder but I couldn't figure it out how to deploy into a virtual directory I have created earlier.

Click here to view the image

Any one have experience on this ? Appreciate your thoughts.

2
  • Not sure why there is a -1 on this, maybe it is the links to images. Commented Nov 17, 2015 at 6:53
  • Related to stackoverflow.com/q/33363271/25372 Commented Nov 17, 2015 at 6:55

1 Answer 1

1

The Azure Web App Deployment task can't deploy a virtual application as it uses Publish-AzureWebSiteProject which can't handle virtual applications.

You can check the poweshell script which uses WebDeploy to deploy a virtual application at website:https://github.com/Microsoft/vso-agent-tasks/issues/624

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.