You need to store session state for an Azure App Service web app that scales across multiple instances. Which solution ensures consistent session data across all instances?
-
A
Use Azure Cache for Redis as a distributed session provider
-
B
Enable ARR Affinity (sticky sessions) in App Service settings
-
C
Store session data in the local file system of each instance
-
D
Use Azure Table Storage with manual session key management