From 8d5148d3afa718ed8afd09f7ef2876a54757001b Mon Sep 17 00:00:00 2001 From: Ily83 <90933947+Ily83@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:28:33 +0200 Subject: [PATCH 1/2] Add-permissions-storage-account The container app env need also permissions on the azure file --- articles/container-apps/storage-mounts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/container-apps/storage-mounts.md b/articles/container-apps/storage-mounts.md index 64bb35b2bbe48..986e3f0cd1d4f 100644 --- a/articles/container-apps/storage-mounts.md +++ b/articles/container-apps/storage-mounts.md @@ -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. + #### Configuration ::: zone pivot="azure-cli" From 12551fcedab8c79f3d524c6179e2572463ac1ce0 Mon Sep 17 00:00:00 2001 From: Ily83 <90933947+Ily83@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:41:02 +0200 Subject: [PATCH 2/2] Update articles/container-apps/storage-mounts.md Co-authored-by: Diana Richards --- articles/container-apps/storage-mounts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/container-apps/storage-mounts.md b/articles/container-apps/storage-mounts.md index 986e3f0cd1d4f..8fc6ecd02b9f2 100644 --- a/articles/container-apps/storage-mounts.md +++ b/articles/container-apps/storage-mounts.md @@ -67,7 +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. +>[!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. #### Configuration