Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/container-apps/storage-mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ To configure replica-scoped storage, first define an `EmptyDir` volume in the re
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| Azure Container Apps environment | [Create a container apps environment](environment.md). |

**Important**: Ensure that the managed identity associated with your Container App Environment is assigned the `Storage File Data SMB Share Contributor` role on the Azure Fileshare, to allow your container app to access the Azure Fileshare.
Copy link
Preview

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent capitalization: 'Fileshare' should be 'File Share' to match Azure terminology used elsewhere in the sentence.

Suggested change
**Important**: Ensure that the managed identity associated with your Container App Environment is assigned the `Storage File Data SMB Share Contributor` role on the Azure Fileshare, to allow your container app to access the Azure Fileshare.
**Important**: Ensure that the managed identity associated with your Container App Environment is assigned the `Storage File Data SMB Share Contributor` role on the Azure File Share, to allow your container app to access the Azure File Share.

Copilot uses AI. Check for mistakes.


#### Configuration

::: zone pivot="azure-cli"
Expand Down