I am trying to establish User Identity in my ASP.NET Core 1 Application, which hosted in Azure. Also, I have got an ClearDB MySQL DataBase.
And I cannot find a right way to connect my application to the MySQL db. There are some pages (one, two), which explains how to connect to MySql, but they all work with ASP.NET Web Application, not ASP.NET Core, which is slight different (for instance, does not contain System.Configuration library).
Maybe someone already managed it?