Skip to content

Commit 0c80d2e

Browse files
committed
Addressing some of the issues from PR
1 parent 571a54b commit 0c80d2e

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

articles/azure-functions/TOC.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@
2929
displayName: Flex Consumption plan
3030
href: create-first-function-azure-developer-cli.md
3131
- name: Process file uploads
32-
displayName: storage, blob, Event Grid
33-
href: scenario-blob-storage-events.md
32+
items:
33+
- name: Respond to blob storage events by using Azure Functions
34+
displayName: storage, blob, Event Grid
35+
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
3439
- name: AI tools and MCP
3540
items:
3641
- name: Custom remote MCP server
@@ -51,19 +56,16 @@
5156
displayName: data validation, database
5257
href: scenario-database-changes-azure-sqldb.md
5358
- name: Build a serverless workflow
54-
displayName: workflow, Durable Functions
55-
href: ./durable/scenario-build-serverless-workflow.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
56-
- name: Run scheduled tasks
57-
displayName: timer trigger, schedule
58-
href: scenario-scheduled-tasks.md
59-
- name: Using external dependencies or large files via Azure Files mounts
6059
items:
60+
- name: Serverless workflow with Durable Functions
61+
displayName: workflow, Durable Functions
62+
href: ./durable/scenario-build-serverless-workflow.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
6163
- name: Durable text analysis
6264
displayName: Azure Files, OS mount, Durable Functions, Flex Consumption
6365
href: quickstart-durable-text-analysis-azure-files.md
64-
- name: FFmpeg image processing
65-
displayName: Azure Files, OS mount, ffmpeg, Flex Consumption
66-
href: quickstart-ffmpeg-processing-azure-files.md
66+
- name: Run scheduled tasks
67+
displayName: timer trigger, schedule
68+
href: scenario-scheduled-tasks.md
6769
- name: Developer tools
6870
items:
6971
- name: Azure Developer CLI

articles/azure-functions/quickstart-durable-text-analysis-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Durable text analysis with Azure Files OS mount"
2+
title: "Quickstart: Durable text analysis with Azure Files OS mount in Azure Functions"
33
description: Learn how to deploy a Python Azure Functions app that uses Durable Functions to orchestrate parallel text file analysis by using an Azure Files OS mount on a Flex Consumption plan.
44
ms.service: azure-functions
55
ms.topic: quickstart

articles/azure-functions/quickstart-ffmpeg-processing-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: FFmpeg image processing with Azure Files OS mount"
2+
title: "Quickstart: Image processing with FFmpeg in an Azure Files OS mount in Azure Functions"
33
description: Learn how to deploy a Python Azure Functions app that uses an ffmpeg binary hosted on an Azure Files OS mount to process images on a Flex Consumption plan.
44
ms.service: azure-functions
55
ms.topic: quickstart
@@ -10,7 +10,7 @@ ms.custom:
1010
#customer intent: As a developer, I want to host large third-party binaries like ffmpeg on an Azure Files OS mount so I can keep my function deployment small and cold starts fast.
1111
---
1212

13-
# Quickstart: FFmpeg image processing with Azure Files OS mount
13+
# Quickstart: Image processing with FFmpeg in an Azure Files OS mount
1414

1515
In this quickstart, you deploy a Python Azure Functions app that uses an **ffmpeg binary on an OS-mounted Azure Files share** to process images. When you upload an image to Azure Blob Storage, the function triggers, downloads the image, converts it by using ffmpeg from the mount, and saves the result back to storage.
1616

articles/azure-functions/tutorial-shared-file-access-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Shared file access patterns with Azure Files OS mounts"
2+
title: "Tutorial: Shared file access patterns with Azure Files OS mounts in Azure Functions"
33
description: Learn when and how to use Azure Files OS mounts with Azure Functions Flex Consumption for shared file access, large binaries, and cross-app data sharing.
44
ms.service: azure-functions
55
ms.topic: tutorial

0 commit comments

Comments
 (0)