Skip to content

Commit 4d1695c

Browse files
authored
Merge pull request #313309 from ggailey777/thiago-quickstart-fixup
[Functions] Storage mount new articles
2 parents aff42ae + 5cd9fe2 commit 4d1695c

11 files changed

Lines changed: 946 additions & 88 deletions

.openpublishing.publish.config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
{
7272
"path_to_root": "azure_cli_scripts",
73-
"url": "https://github.com/ggailey777/azure-cli-samples",
73+
"url": "https://github.com/Azure-Samples/azure-cli-samples",
7474
"branch": "master",
7575
"branch_mapping": {}
7676
},
@@ -236,6 +236,12 @@
236236
"branch": "main",
237237
"branch_mapping": {}
238238
},
239+
{
240+
"path_to_root": "functions-flex-azure-files-samples",
241+
"url": "https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples",
242+
"branch": "main",
243+
"branch_mapping": {}
244+
},
239245
{
240246
"path_to_root": "functions-quickstart-java-azd",
241247
"url": "https://github.com/Azure-Samples/azure-functions-java-flex-consumption-azd",

articles/azure-functions/TOC.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +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-
displayName: storage, blob, Event Grid
33-
href: scenario-blob-storage-events.md
31+
- name: Respond to blob storage events
32+
displayName: storage, blob, Event Grid, file uploads
33+
href: scenario-blob-storage-events.md
3434
- name: AI tools and MCP
3535
items:
3636
- name: Custom remote MCP server
@@ -117,9 +117,7 @@
117117
href: functions-twitter-email.md
118118
- name: Host MCP servers for AI-enabled functions
119119
displayName: agent, agentic, Foundry
120-
href: functions-mcp-tutorial.md
121-
- name: Develop Python functions with VS Code
122-
href: ./create-first-function-vs-code-python.md
120+
href: functions-mcp-tutorial.md
123121
- name: Create serverless APIs using Visual Studio
124122
displayName: OpenAPI, Swagger
125123
href: openapi-apim-integrate-visual-studio.md
@@ -147,8 +145,8 @@
147145
href: functions-event-grid-blob-trigger.md
148146
- name: Image resize with Event Grid
149147
href: ../event-grid/resize-images-on-storage-blob-upload-event.md?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
150-
- name: Create a serverless web app
151-
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
152150
- name: Data + AI
153151
items:
154152
- name: Azure OpenAI for text completion
@@ -159,6 +157,14 @@
159157
href: machine-learning-pytorch.md
160158
- name: Functions on IoT Edge device
161159
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?toc=/azure/azure-functions/toc.json&bc=/azure/azure-functions/breadcrumb/toc.json
162168
- name: Java with Azure Cosmos DB and Event Hubs
163169
href: functions-event-hub-cosmos-db.md
164170
- name: Samples
@@ -198,6 +204,9 @@
198204
- name: Storage considerations
199205
displayName: encryption, keys, mount, files
200206
href: storage-considerations.md
207+
- name: Choose a file access strategy
208+
displayName: Azure Files, storage mount, bindings, file mounts, file access, shared files
209+
href: concept-file-access-options.md
201210
- name: Error handling and function retries
202211
displayName: best practices, retry policies
203212
href: functions-bindings-error-pages.md

0 commit comments

Comments
 (0)