New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-204 Exam - Topic 10 Question 26 Discussion

Actual exam question for Microsoft's AZ-204 exam
Question #: 26
Topic #: 10
[All AZ-204 Questions]

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: Add the web applications to Docker containers. Deploy the containers. Deploy the containers to Azure Kubernetes Service (AKS).

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

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.

References:

https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-provider


Contribute your Thoughts:

0/2000 characters
Alexis
4 months ago
Wait, can AKS really manage full HTTP responses like that?
upvoted 0 times
...
Aron
4 months ago
Definitely a yes! Containers are perfect for this scenario.
upvoted 0 times
...
Isabelle
4 months ago
I think using Docker and AKS is overkill for this.
upvoted 0 times
...
Melissa
5 months ago
Sounds good, but does it really handle concurrent access well?
upvoted 0 times
...
Rosendo
5 months ago
This setup can share session state across apps.
upvoted 0 times
...
Isaac
5 months ago
I think the solution might not meet the goal because it doesn't explicitly mention a mechanism for saving full HTTP responses.
upvoted 0 times
...
Eun
5 months ago
I feel like deploying to AKS could help with scalability, but I'm not convinced it addresses the controlled access to session state properly.
upvoted 0 times
...
Chaya
5 months ago
I remember a similar question where we had to consider session state management. I think we might need a distributed cache like Redis for this scenario.
upvoted 0 times
...
Taryn
5 months ago
I'm not entirely sure if using Docker containers in AKS will actually meet the session state sharing requirement across multiple web apps.
upvoted 0 times
...
Justine
5 months ago
Okay, I think I've got this. I'll use the kubectl run command to create the Pod, and then add the resource requests using the --requests flag.
upvoted 0 times
...
Lucia
5 months ago
Hmm, I'm a bit unsure about this one. I know Power Platform can be used to create custom apps, but I'm not sure about the specific benefits mentioned in the question. I'll need to think this through carefully.
upvoted 0 times
...
Oliva
5 months ago
Okay, I think I've got this. The question is asking which of the given operations on the table t_test is a computational task. Based on the explanation in the stem, the computational tasks require actual data operations, while the non-computational tasks are just metadata changes. So I'll need to analyze each option and determine which one fits that criteria.
upvoted 0 times
...

Save Cancel