I\'m working on a small web app and I\'ve just hit the point in development where I need to start making database decisions. My original plan was to go EF Code First with MSSQL
With the newest entity framework core, you can now connect to azure storage table using EF : EntityFramework.AzureTableStorage 7.0.0-beta1
See my post if you want to configure your Dbcontext.
Using it, you can implement your UserManager class.
UserManager