I am facing strange issue, I'm following this simple (https://github.com/OfficeDev/O365-WebApp-SingleTenant). I follow all steps and Works succesfully in localhost but when I deploy the same app on Microsoft Azure, it throws the following exception Failed to acquire token silently. Call method AcquireToken. My code runs perfectly against localhost but not on azure. In both cases the App connects to database without problems but there is problems with ADALTokenCache in a Azure Web Site.
I would need steps to publish this sample or similar in a Azure Website and Azure DB. Is possible?
Others samples in office dev like O365-ASPNETMVC-Start or O365-WebApp-MultiTenant have the same problem.