Skip to content

Commit bfd5137

Browse files
[GH_286826]: Analyzed and fixed the documentation issue; reviewed and fixed the issue (added commands). Updated ms.date
1 parent 4ec254a commit bfd5137

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 5 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/30/2025
9+
ms.date: 01/31/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: arm-azure-cli-portal
1212
---
@@ -291,13 +291,17 @@ For a step-by-step tutorial on mounting an SMB file share, refer to [Create an A
291291
--storage-type NfsAzureFile \
292292
--server <NFS_SERVER> \
293293
--azure-file-share-name <STORAGE_SHARE_NAME> \
294+
--azure-file-account-name <STORAGE_ACCOUNT_NAME> \
295+
--azure-file-account-key <STORAGE_ACCOUNT_KEY> \
294296
--access-mode ReadWrite
295297
```
296298
297299
Replace `<NFS_SERVER>` with the NFS server address in the format `<STORAGE_ACCOUNT_NAME>.file.core.windows.net`. For example, if your storage account name is `mystorageaccount`, the NFS server address is `mystorageaccount.file.core.windows.net`.
298300
299301
Replace `<STORAGE_SHARE_NAME>` with the name of the file share in the format `/<STORAGE_ACCOUNT_NAME>/<STORAGE_SHARE_NAME>`. For example, if your storage account name is `mystorageaccount` and the file share name is `myshare`, the share name is `/mystorageaccount/myshare`.
300302
303+
Replace `<STORAGE_ACCOUNT_NAME>` with the name of your Azure Storage account and `<STORAGE_ACCOUNT_KEY>` with the key for your Azure Storage account, which can be found in the Azure portal.
304+
301305
Valid values for `--access-mode` are `ReadWrite` and `ReadOnly`.
302306
303307
> [!NOTE]

0 commit comments

Comments
 (0)