1
votes

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: enter image description here

There are no projecs available

Why can't I see my project? How to connect my Visual Studio Online account to Azure?

3
Are you able select the Use an existing project option?Lukkha Coder
@LukkhaCoder: I've finally done this using the old Azure website. On manage.windowsazure.com it worked. But now there is another problem: I linked my VS Online account, but nothing happens :/ Azure says that it build and deploy my site as soon as I check in my code, but I recently commited some changes to git and pushed to server (I can see it on VS Online) but azure do nothing :/Piotrek
It seems to me that the integration is terrible now. I have tried to follow all the steps in various How-to with multiple power shell scripts and what not and they all just fail to work. According to some videos the integration with GitHub is just few clicks, but VSO is a complete disaster (especially with ASP.NET 5), which is hard to explain...Ilya Chernomordik

3 Answers

1
votes

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

0
votes

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...

0
votes

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.