1
votes

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

1
Does the account that you are using for Azure have permission to your VSTS accounts?MrHinsh - Martin Hinshelwood
Yes i think so. I use the same accountDaniel
Can you go to portal.azure.com and see your team projects listed?MrHinsh - Martin Hinshelwood

1 Answers

5
votes

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.