Skip to content

Commit 06a4569

Browse files
committed
[ACA] [357344] Add note about support for NetApp and Blob storage.
1 parent 88e1fb1 commit 06a4569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ A container app has access to different types of storage. A single app can take
2121
| [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. |
2222
| [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. |
2323

24+
> [!NOTE]
25+
> Azure Container Apps does not support mounting file shares from Azure NetApp Files or Azure Blob Storage.
26+
2427
## Ephemeral storage
2528

2629
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

Comments
 (0)