You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/storage-mounts.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ A container app has access to different types of storage. A single app can take
21
21
|[Replica-scoped storage](#replica-scoped-storage)| Ephemeral storage for sharing files between containers in the same replica | Data is available until replica shuts down | The main app container writing log files that a sidecar container processes. |
22
22
|[Azure Files](#azure-files)| Permanent storage | Data is persisted to Azure Files | Writing files to a file share to make data accessible by other systems. |
23
23
24
+
> [!NOTE]
25
+
> Azure Container Apps does not support mounting file shares from Azure NetApp Files or Azure Blob Storage.
26
+
24
27
## Ephemeral storage
25
28
26
29
A container app can read and write temporary data to ephemeral storage. Ephemeral storage can be scoped to a container or a replica. The total amount of container-scoped and replica-scoped storage available to each replica depends on the total number of vCPUs allocated to the replica.
0 commit comments