Microsoft Azure Administrator Associate AZ-104 Practice Question
Your containerized application requires access to persistent shared storage to store user-uploaded files. What is the recommended method to provide this storage to your Azure Container App?
Store files in the container's local filesystem.
Mount an Azure Files share as a volume in the Container App.
Use the Container App's temporary storage for file persistence.
Attach an Azure Managed Disk to the Container App.