ASP.NET 5 app works normally on IIS and allows adding anything to database on Azure SQL Server. With same connection string, while hosted on Ubuntu , it seams it can't access database. No exception is thrown, but my table with data (that should be fetched) from database is now empty.And I can't create new row.
Even with KRE, is it possible to access Azure Sql database from ASP.NET vNext app hosted on Ubuntu ?