Skip to content

Commit 842ad05

Browse files
[GH_286825]: Analyzed and fixed the documentation issue; reviewed and fixed the issue, added the note. Updated ms.date
1 parent 9897831 commit 842ad05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: conceptual
9-
ms.date: 01/23/2025
9+
ms.date: 01/29/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: arm-azure-cli-portal
1212
---
@@ -15,6 +15,9 @@ zone_pivot_groups: arm-azure-cli-portal
1515

1616
A container app has access to different types of storage. A single app can take advantage of more than one type of storage if necessary.
1717

18+
> [!Note]
19+
> When naming your volumes, avoid using special characters such as "." in the volume name. Including special characters can cause deployment failures. For example, using a volume name that contains special chanracter such as `credentials.json` results in the error.
20+
1821
| Storage type | Description | Persistence | Usage example |
1922
|--|--|--|
2023
| [Container-scoped storage](#container-scoped-storage) | Ephemeral storage available to a running container | Data is available until container shuts down | Writing a local app cache. |

0 commit comments

Comments
 (0)