Skip to content

Commit 430d5bb

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

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
@@ -224,7 +224,7 @@ One option to upload your dependency into Azure Files is through Azure portal. R
224224
225225
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.
226226
227-
This example is to access `ffmpeg` library that is stored in Azure file share in HTTP triggered functions
227+
The following example shows HTTP trigger code that accesses the `ffmpeg` library, which is stored in a mounted file share.
228228
229229
```python
230230
import logging

0 commit comments

Comments
 (0)