I have deployed an ASP .net MVC web app to Azure App service.
I do a GET request from my site to some controller method which gets data from DB(DbContext). Sometime
I just changed my Azure Web Site from Shared Enviroment to Standard, and it works.