I have a Web Application written in ASP.NET Core 1.0 and it is using Identity(Individual User Account) for authentication. Due to the nature of my Web Application I need to do some regular background task updating data in my Entity Framework Tables and in User Account Tables.
Have been searching for this online and it requires me to create a Console Application and deploy it as a WebJob in Azure. My question is how can I setup the console application to access my Entity Framework Tables and Identity Tables?