I'm using Visual Studio 2015 Update 1 with every needed extensions to work and deploy on Azure.
I made a project ASP.NET 5 website (the template given by visual studio by default) and I can publish it from Visual Studio to Azure but when I link my Github repository to my WebApp on Azure and it tries to deploy it I get an error message:
-Tried to deploy it on an already deployed website from GitHub => Fail -Tried to deploy it on an empty WebApp from GitHub => Fail too
It doesn't make sense to me. Why can it deploy perfectly from Visual Studio but cannot from GitHub ?
