nerdexam
Microsoft

AZ-204 · Question #153

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 deploy and configure Azure Cache for Redis. Update the web applications. https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching#managing- concurrency-in-a-cache

Submitted by lars.no· Mar 30, 2026Develop for Azure storage

Question

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. You are developing and deploying several ASP.Net web applications to Azure App Service. You plan to save session state information and HTML output. You must use a storage mechanism with the following requirements: - Share session state across all ASP.NET web applications - Support controlled, concurrent access to the same session state data for multiple readers and a single writer - Save full HTTP responses for concurrent requests You need to store the information. Proposed Solution: Enable Application Request Routing (ARR) Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(17 responses)
  • A
    29% (5)
  • B
    71% (12)

Explanation

Instead deploy and configure Azure Cache for Redis. Update the web applications. https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching#managing- concurrency-in-a-cache

Topics

#Azure Cache for Redis#session state#ASP.NET#concurrent access

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice