Skip to content

Commit a974744

Browse files
Update articles/azure-functions/bring-dependency-to-functions.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 430d5bb commit a974744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/bring-dependency-to-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ One option to upload your dependency into Azure Files is through Azure portal. R
222222
223223
### Accessing the dependencies in your code
224224
225-
Once your dependencies file is uploaded in the file share, it is time to access your dependencies from your access code. The mounted share will be available at the path specified. Ex: ```/path/to/mount```. The target directory can be accessed by file system APIs.
225+
After your dependencies are uploaded in the file share, you can access the dependencies from your code. The mounted share is available at the specified *mount-path*, such as ```/path/to/mount```. You can also access the target directory by using file system APIs.
226226
227227
The following example shows HTTP trigger code that accesses the `ffmpeg` library, which is stored in a mounted file share.
228228

0 commit comments

Comments
 (0)