You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/storage-mounts.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ To configure replica-scoped storage, first define an `EmptyDir` volume in the re
66
66
|--|--|
67
67
| 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). |
| 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. |
70
70
71
71
#### Configuration
72
72
@@ -238,6 +238,15 @@ Azure Files supports both SMB (Server Message Block) and NFS (Network File Syste
238
238
239
239
To enable Azure Files storage in your container, you need to set up your environment and container app as follows:
240
240
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
+
241
250
* Create a storage definition in the Container Apps environment.
242
251
* 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
0 commit comments