Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 50 discussion

Actual exam question from Microsoft's AZ-204
Question #: 50
Topic #: 3
[All AZ-204 Questions]

DRAG DROP
-

You are developing several microservices named serviceA, serviceB, and serviceC. You deploy the microservices to a new Azure Container Apps environment.

You have the following requirements:

• The microservices must persist data to storage.
• serviceA must persist data only visible to the current container and the storage must be restricted to the amount of disk space available in the container.
• serviceB must persist data for the lifetime of the replica and allow multiple containers in the replica to mount the same storage location.
• serviceC must persist data beyond the lifetime of the replica while allowing multiple containers to access the storage and enable per object permissions.

You need to configure storage for each microservice.

Which storage type should you use? To answer, drag the appropriate storage types to the correct microservices. Each storage type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
130nk3r5
Highly Voted 10 months ago
Given these options, the storage types for each microservice should be: serviceA: Container file system The container file system is local to the container and is only visible to the current container. It is restricted to the amount of disk space available in the container. serviceB: Ephemeral Storage Ephemeral Storage is temporary storage that persists for the lifetime of the replica. It allows multiple containers in the replica to mount the same storage location. serviceC: Azure Blob Storage Azure Blob Storage is a highly scalable and durable object storage service that persists data beyond the lifetime of the replica. It allows multiple containers to access the storage and supports per-object permissions.
upvoted 7 times
...
Christian_garcia_martin
Most Recent 2 months, 3 weeks ago
A ----> container file system. B ----> Ephemeral Storage. C : While Azure Blob Storage is a valid option for persisting data beyond the lifetime of a replica and allows access from multiple containers, it lacks a key feature mentioned in the requirement: it does not provide it does not provide BUILT-IN funcionality for mounting the blob storage AS FILE SYSTEM ACCESSIBLE to the containers , Azure Files does offer , so C -----> Azure Files
upvoted 1 times
...
009bdaa
4 months, 1 week ago
Given answer is correct. https://learn.microsoft.com/en-us/azure/container-apps/storage-mounts?tabs=smb&pivots=azure-cli
upvoted 1 times
...
jobolesonihal
6 months, 3 weeks ago
The options are tricky. Container File System is essentially an Ephemeral Storage. Ephemeral Storage has both the options Container Scoped and Replica Scoped. :) The given answer is the most appropriate choice.
upvoted 2 times
...
Jarynpl
11 months, 2 weeks ago
Anwser looks correct.
upvoted 4 times
Jarynpl
11 months, 2 weeks ago
Sorry. I'm mean: ServiceA: Container file system ServiceB: Ephemeral volumes (it lives as long as replica lives) ServiceC: Azure Blob Storage (it lives outside of replica. So it's beyond the lifetime. And we want to have blob instead of file)
upvoted 5 times
junkz
11 months, 2 weeks ago
ACA does not mount to blob storage(https://learn.microsoft.com/en-us/azure/container-apps/storage-mounts), AKS i belive it does. so original answer is right
upvoted 6 times
...
AlbertoBT
11 months ago
C: Azure Files storage Azure Blob Storage don't allow: per object permissions
upvoted 4 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...