Skip to content

Commit 083af06

Browse files
Merge pull request #310913 from v-rakegurram-MSFT/patch-60
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#546972
2 parents 6f2389c + f40bd2f commit 083af06

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

articles/container-apps/storage-mounts.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To configure replica-scoped storage, first define an `EmptyDir` volume in the re
6666
|--|--|
6767
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). |
6868
| Azure Container Apps environment | [Create a container apps environment](environment.md). |
69-
| Managed identity configuration | Make sure the managed identity associated with your Container Apps environment is assigned the [appropriate roles](/azure/storage/files/storage-files-identity-assign-share-level-permissions) for access to access Azure Files. |
69+
| Managed identity configuration | Make sure the managed identity associated with your Container Apps environment is assigned the [appropriate roles](/azure/storage/files/storage-files-identity-assign-share-level-permissions) to access Azure Files. |
7070

7171
#### Configuration
7272

@@ -238,6 +238,15 @@ Azure Files supports both SMB (Server Message Block) and NFS (Network File Syste
238238

239239
To enable Azure Files storage in your container, you need to set up your environment and container app as follows:
240240

241+
In the Azure portal, open your **Container App**.
242+
In the left navigation pane, under **Settings**, select **Storage mounts**.
243+
244+
From here you can add a new mount:
245+
1. Choose the storage type (**Azure File share** or **Azure Blob**).
246+
2. Provide the required configuration (storage account, share name, access mode).
247+
3. Save the mount.
248+
4. Create and **deploy** a new revision of your container app to apply the changes.
249+
241250
* Create a storage definition in the Container Apps environment.
242251
* If you're using NFS, your environment must be configured with a custom VNet and the storage account must be configured to allow access from the VNet. For more information, see [NFS file shares in Azure Files
243252
](../storage/files/files-nfs-protocol.md).

0 commit comments

Comments
 (0)