AZ-204 · Question #540
Drag and Drop Question 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 r
Container file system is correct for serviceA because it provides ephemeral storage scoped only to the individual container with storage limited to available disk space, matching the requirement for container-only visibility with disk space restrictions. Ephemeral volume is corre
Question
Exhibit
Explanation
Container file system is correct for serviceA because it provides ephemeral storage scoped only to the individual container with storage limited to available disk space, matching the requirement for container-only visibility with disk space restrictions. Ephemeral volume is correct for serviceB because it persists for the lifetime of the replica and supports multiple containers within the same replica sharing the same storage mount point. Azure Blob Storage is correct for serviceC because it persists data beyond the replica lifetime, supports multiple containers accessing the same storage, and natively provides per-object permissions through Azure RBAC and shared access signatures (SAS).
Topics
Community Discussion
No community discussion yet for this question.
