Skip to content

Commit 755558a

Browse files
authored
Merge pull request #118428 from hyoshioka0128/patch-760
Typo "a Azure Files"→"an Azure Files"
2 parents 30354b2 + 2ee7fe5 commit 755558a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/storage-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You can mount existing Azure Files shares to your Linux function apps. By mounti
182182

183183
In this command, `share-name` is the name of the existing Azure Files share, and `custom-id` can be any string that uniquely defines the share when mounted to the function app. Also, `mount-path` is the path from which the share is accessed in your function app. `mount-path` must be in the format `/dir-name`, and it can't start with `/home`.
184184

185-
For a complete example, see the scripts in [Create a Python function app and mount a Azure Files share](scripts/functions-cli-mount-files-storage-linux.md).
185+
For a complete example, see the scripts in [Create a Python function app and mount an Azure Files share](scripts/functions-cli-mount-files-storage-linux.md).
186186

187187
# [Azure PowerShell](#tab/azure-powershell)
188188

0 commit comments

Comments
 (0)