Skip to content

Setting up a VSTS account so it can deploy to a Web App

David Ebbo edited this page Oct 5, 2018 · 11 revisions

This content is obsolete. See this document for guidance on setting up DevOps Pipelines with Azure App Service.

The Azure Portal supports setting up continuous deployment from a VSTS account. One tricky part is that it requires your VSTS account to be linked with one of your Azure subscription.

Linking your VSTS account to your Azure subscription

The last step is that you need to link your VSTS account to your Azure subscription (see also this post on this topic).

To do this, go to the Azure Portal, click More Services (image says 'Browse' but that was the old name) and search for 'Team':

image

Now select the relevant Team Services account, click Link button at the top, and then the Link button in the other blade:

image

And you're done! You will now be able to set up continuous deploying to your git repos hosted in VSTS.

I still cannot see my project in the choose project list

Below should help you trouble shoot the issues.

  • Sign into https://<youraccount>.visualstudio.com/ with the same account and browse the project list. See if you can't see the project, you are either have insufficient permission to setup continuous with this project.
  • Is your project a git project? We only support linking with VSTS git project.
  • Are you a VSTS project collection administrator or organization owner permissions? We only support linking with VSTS git project that you are one or both of those. To check, browse to the project and open the project settings tab (gear icon on the top center tab). See if the Service Hooks tab is visible and you are able to navigate into it without issue.
Clone this wiki locally