Skip to content

Commit 0d072fd

Browse files
committed
Refactor Azure Functions TOC: streamline blob storage events and enhance serverless workflow section
1 parent cf50b10 commit 0d072fd

1 file changed

Lines changed: 16 additions & 20 deletions

File tree

articles/azure-functions/TOC.yml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@
2828
- name: Scalable web API
2929
displayName: Flex Consumption plan
3030
href: create-first-function-azure-developer-cli.md
31-
- name: Process file uploads
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 on a mounted Azure Files share
37-
displayName: Azure Files, storage mount, ffmpeg, Flex Consumption
38-
href: tutorial-ffmpeg-processing-azure-files.md
31+
- name: Respond to blob storage events
32+
displayName: storage, blob, Event Grid, file uploads
33+
href: scenario-blob-storage-events.md
3934
- name: AI tools and MCP
4035
items:
4136
- name: Custom remote MCP server
@@ -56,13 +51,8 @@
5651
displayName: data validation, database
5752
href: scenario-database-changes-azure-sqldb.md
5853
- name: Build a serverless workflow
59-
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
63-
- name: Durable text analysis
64-
displayName: Azure Files, storage mount, Durable Functions, Flex Consumption
65-
href: durable/tutorial-durable-text-analysis-azure-files.md
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
6656
- name: Run scheduled tasks
6757
displayName: timer trigger, schedule
6858
href: scenario-scheduled-tasks.md
@@ -128,8 +118,6 @@
128118
- name: Host MCP servers for AI-enabled functions
129119
displayName: agent, agentic, Foundry
130120
href: functions-mcp-tutorial.md
131-
- name: Develop Python functions with VS Code
132-
href: ./create-first-function-vs-code-python.md
133121
- name: Create serverless APIs using Visual Studio
134122
displayName: OpenAPI, Swagger
135123
href: openapi-apim-integrate-visual-studio.md
@@ -157,8 +145,8 @@
157145
href: functions-event-grid-blob-trigger.md
158146
- name: Image resize with Event Grid
159147
href: ../event-grid/resize-images-on-storage-blob-upload-event.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
160-
- name: Create a serverless web app
161-
href: /training/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr/
148+
- name: Real-time serverless app with SignalR
149+
href: /azure/azure-signalr/signalr-tutorial-authenticate-azure-functions?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
162150
- name: Data + AI
163151
items:
164152
- name: Azure OpenAI for text completion
@@ -169,6 +157,14 @@
169157
href: machine-learning-pytorch.md
170158
- name: Functions on IoT Edge device
171159
href: ../iot-edge/tutorial-deploy-function.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
160+
- name: Azure Files storage mounts
161+
items:
162+
- name: Process images with FFmpeg on a mounted share
163+
displayName: Azure Files, storage mount, ffmpeg, Flex Consumption
164+
href: tutorial-ffmpeg-processing-azure-files.md
165+
- name: Durable text analysis on a mounted share
166+
displayName: Azure Files, storage mount, Durable Functions, Flex Consumption
167+
href: durable/tutorial-durable-text-analysis-azure-files.md
172168
- name: Java with Azure Cosmos DB and Event Hubs
173169
href: functions-event-hub-cosmos-db.md
174170
- name: Samples
@@ -209,7 +205,7 @@
209205
displayName: encryption, keys, mount, files
210206
href: storage-considerations.md
211207
- name: Choose a file access strategy
212-
displayName: Azure Files, storage mount, bindings, file access, Flex Consumption, shared files
208+
displayName: Azure Files, storage mount, bindings, file mounts, file access, shared files
213209
href: concept-file-access-options.md
214210
- name: Error handling and function retries
215211
displayName: best practices, retry policies

0 commit comments

Comments
 (0)