I am using Asp.net MVC 5 on Azure websites and SQL Azure.
I have specified 2016 in the question, as I am aware of many outdated approaches.
How can I setup the SQL Azure schema? Trying to locate the script files.
Am I mistaken in using this mode, or should I be using Redis or Table Storage. Redis is obviously quite expensive, around £65 per month for cheapest 99.9% SLA option.
Thanks.
EDIT 1
It looks like MS no longer supports session management in SQL Azure, see: MS Article
As far as I understand they recommend only using Azure Redis caching. Am I correct? I am very surprised one cannot use SQL Azure. I know it may be a little slower, but it would be straightforward and reliable.