Daniel
Daniel

Reputation: 9829

Deploy Azure WebApp from Visual Studio Team Services (VSO)

I try to setup my deployment source in azure portal for a given web app.

When i navigate to Web App > Deployment Source > Choose Source > Visual Studio Team Services i am not able to choose my Visual Studio Team Services account.

enter image description here

after selecting Visual Studio Team Services a cannot choose any project. Believe me, there are projects...

enter image description here

Upvotes: 1

Views: 560

Answers (1)

David Ebbo
David Ebbo

Reputation: 43183

There are two things that you need to make sure of for this to work:

  1. your VSTS account needs to be backed by AAD
  2. you need to link it in the Azure portal

For more detail on exactly what this means, see this wiki page.

Upvotes: 5

Related Questions