주 콘텐츠로 건너뛰기
미리 보기

Public preview: Mount Azure Files and ephemeral storage in Azure Container Apps

게시된 날짜: 6월 08, 2022

Azure Container Apps, a service for building and deploying modern applications and microservices using serverless containers, now supports mounting Azure Files file shares and ephemeral volumes. This feature is currently in public preview. 

Mount a file share to read and persist data in Azure Files. This is useful for loading large amounts of data without increasing the size of your container images. You can also use Azure Files to share data with other containers and applications.

With ephemeral storage, you can share data between multiple containers in a replica. Data written to ephemeral storage is persisted for the lifetime of the replica.

Learn more. 

  • Azure Container Apps
  • Features