Skip to content

Commit 0135a6a

Browse files
Merge pull request #293753 from Akhilesh-microsoft/ACA/storage_mounts_GH_286825
[GH_286825]: Analyzed and fixed the documentation issue; reviewed and fixed the issue, added the note. Updated ms.date
2 parents e984fb2 + 2b01766 commit 0135a6a

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/30/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+
> Avoid using special characters in volume names to prevent deployment failures. For example, a volume named `credentials.json` contains a special character (`.`) which results in a deployment 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)