Reputation: 11221
I'm following [this tutorial]. I'm currently at point 9.
Instead of choosing "Local git repository", I want to use my git repo from my team project in Visual Studio Online account. Unfortunately, what I see after setting source to Visual Studio Online looks like this:
There are no projecs available
Why can't I see my project? How to connect my Visual Studio Online account to Azure?
Upvotes: 1
Views: 255
Reputation: 1
I had the same problem and selecting via "Team Services Accounts" from portal -> Browse menu, and clicking on the link button fixed the issue. Now I can see my existing VS online projects and deployment source.
Upvotes: 0
Reputation: 30355
After some research it seems that you have to do the linking in the new portal (I did the linking in the old, but that did not seem to help). It is available in the new portal under "Visual Studio Online accounts", after that "Visual Studio Online team projects" should show your projects.
My build of ASP.NET 5 still fails with some errors, but it seem at least the connection was set up...
Upvotes: 0
Reputation: 4460
Can you try following these steps to link your Visual Studio Online account with your Azure accounts? How to Link Existing Visual Studio Online with Windows Azure
Another option as the comment to the question pointed out is to use the old Azure portal
Upvotes: 1