This question is part of a series that presents a consistent scenario. Each question in the series supplies a unique solution to evaluate. Determine whether the given solution achieves the described goals.
You are responsible for developing and deploying a series of ASP.NET web applications on Azure App Service. Your objective is to preserve session state data and HTML output utilizing a storage mechanism with the following requirements:
- Share session state among all ASP.NET web applications
- Support controlled, concurrent access to the same session state data, allowing multiple readers and a single writer
- Preserve complete HTTP responses for concurrent requests
To store this information, the proposed solution is to deploy and configure Azure Cache for Redis and then update the web applications accordingly.
Does this solution fulfill the objective?
Select an option, then click Submit answer.
- ○ Yes
-
○
No