Skip to content

Commit a076365

Browse files
committed
Refactor Azure Functions documentation for clarity and consistency
- Updated titles and descriptions in the durable text analysis quickstart to reflect the use of mounted Azure Files shares instead of OS mounts. - Revised links and references in the functions scenarios document to point to the new tutorial on FFmpeg image processing. - Created a new tutorial for processing images using FFmpeg on a mounted Azure Files share, detailing setup and usage. - Removed the outdated tutorial on shared file access patterns with Azure Files OS mounts. - Enhanced storage considerations documentation to clarify the benefits and limitations of Azure Files mounts.
1 parent 0c80d2e commit a076365

7 files changed

Lines changed: 458 additions & 439 deletions

articles/azure-functions/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
- name: Respond to blob storage events by using Azure Functions
3434
displayName: storage, blob, Event Grid
3535
href: scenario-blob-storage-events.md
36-
- name: Image processing with FFmpeg in an Azure Files OS mount
37-
displayName: Azure Files, OS mount, ffmpeg, Flex Consumption
38-
href: quickstart-ffmpeg-processing-azure-files.md
36+
- name: Image processing with FFmpeg on a mounted Azure Files share
37+
displayName: Azure Files, storage mount, ffmpeg, Flex Consumption
38+
href: tutorial-ffmpeg-processing-azure-files.md
3939
- name: AI tools and MCP
4040
items:
4141
- name: Custom remote MCP server
@@ -61,7 +61,7 @@
6161
displayName: workflow, Durable Functions
6262
href: ./durable/scenario-build-serverless-workflow.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
6363
- name: Durable text analysis
64-
displayName: Azure Files, OS mount, Durable Functions, Flex Consumption
64+
displayName: Azure Files, storage mount, Durable Functions, Flex Consumption
6565
href: quickstart-durable-text-analysis-azure-files.md
6666
- name: Run scheduled tasks
6767
displayName: timer trigger, schedule
@@ -128,9 +128,6 @@
128128
- name: Host MCP servers for AI-enabled functions
129129
displayName: agent, agentic, Foundry
130130
href: functions-mcp-tutorial.md
131-
- name: Shared file access with Azure Files OS mounts
132-
displayName: Azure Files, OS mount, Flex Consumption, shared files
133-
href: tutorial-shared-file-access-azure-files.md
134131
- name: Develop Python functions with VS Code
135132
href: ./create-first-function-vs-code-python.md
136133
- name: Create serverless APIs using Visual Studio
@@ -211,6 +208,9 @@
211208
- name: Storage considerations
212209
displayName: encryption, keys, mount, files
213210
href: storage-considerations.md
211+
- name: Choose a file access strategy
212+
displayName: Azure Files, storage mount, bindings, file access, Flex Consumption, shared files
213+
href: concept-file-access-options.md
214214
- name: Error handling and function retries
215215
displayName: best practices, retry policies
216216
href: functions-bindings-error-pages.md

0 commit comments

Comments
 (0)