AZ-204 · Question #129
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals…
The correct answer is B. No. Instead use Azure Cache for Redis. Note: Azure Cache for Redis provides a session state provider that you can use to store your session state in-memory with Azure Cache for Redis instead of a SQL Server database. To use the caching session state provider, first configure your…
Question
Options
- AYes
- BNo
How the community answered
(31 responses)- A29% (9)
- B71% (22)
Explanation
Instead use Azure Cache for Redis. Note: Azure Cache for Redis provides a session state provider that you can use to store your session state in-memory with Azure Cache for Redis instead of a SQL Server database. To use the caching session state provider, first configure your cache, and then configure your ASP.NET application for cache using the Azure Cache for Redis Session State NuGet package. https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-
Topics
Community Discussion
No community discussion yet for this question.