1

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

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Daniel
  • 9,491
  • 12
  • 50
  • 66

1 Answers1

5

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.

David Ebbo
  • 42,443
  • 8
  • 103
  • 117