Skip to content

Commit 02d1a2f

Browse files
committed
Add tab selection instruction for mounted storage scenarios in Azure Functions documentation
1 parent 38fd4a4 commit 02d1a2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/azure-functions/concept-file-access-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ These example scenarios also benefit from using mounted storage shares:
123123
| **Shared executables** | Keep large binaries out of the deployment package | ffmpeg, ImageMagick, or other 500+ MB tools |
124124
| **Cross-app data sharing** | Share files between producer and consumer apps without message passing | App A writes results, App B reads them from the same mount |
125125

126+
Select tabs to view details about each scenario:
127+
126128
### [Parallel file analysis](#tab/parallel-anaylsis)
127129

128130
> **Use case:** You have 1,000 analysis tasks that all need to read from the same set of reference data files (for example, ML models, lookup tables, or corpus data).

0 commit comments

Comments
 (0)