We are in the works of reworking our Azure deployment, cleaning up some of the mess we created while we where still learning etc.
We are currently only using a single App Service instance, currently we have no reason to believe this will change soon. Still I was looking at implementing Redis Cache to be ready for the moment we would want to scale horizontally, are there any other benefits to the Redis Cache other than being able to do horizontal scaling?
Maybe performance or sessions lasting through app service restarts?