Skip to content

Commit e1b3d82

Browse files
committed
Update Azure Functions documentation for Flex Consumption plan and Durable Functions tutorial
- Changed the publication date for the Flex Consumption plan article to March 18, 2026. - Improved clarity and consistency in the Flex Consumption plan article, including benefits and features. - Updated links and references in the functions-scenarios article to point to the new tutorial format. - Deleted the old quickstart article for durable text analysis and replaced it with a new tutorial format. - Enhanced the tutorial for durable text analysis with a mounted Azure Files share, detailing the deployment process and resource creation. - Adjusted terminology for consistency across articles, such as changing "Flex Consumption function app plan" to "Function app in a Flex Consumption function plan."
1 parent 02d1a2f commit e1b3d82

7 files changed

Lines changed: 362 additions & 367 deletions

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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
6464
displayName: Azure Files, storage mount, Durable Functions, Flex Consumption
65-
href: quickstart-durable-text-analysis-azure-files.md
65+
href: tutorial-durable-text-analysis-azure-files.md
6666
- name: Run scheduled tasks
6767
displayName: timer trigger, schedule
6868
href: scenario-scheduled-tasks.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ 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:
126+
Select each tab to view details about the specific scenario:
127127

128128
### [Parallel file analysis](#tab/parallel-anaylsis)
129129

@@ -413,7 +413,7 @@ The following table lists common issues with Azure Files storage mounts on funct
413413
## Related content
414414
415415
- [Tutorial: Process images by using FFmpeg on a mounted Azure Files share](./tutorial-ffmpeg-processing-azure-files.md)
416-
- [Quickstart: Durable text analysis with a mounted Azure Files share](./quickstart-durable-text-analysis-azure-files.md)
416+
- [Tutorial: Durable text analysis with a mounted Azure Files share](./tutorial-durable-text-analysis-azure-files.md)
417417
- [Mount file shares](./storage-considerations.md#mount-file-shares)
418418
- [Flex Consumption plan](./flex-consumption-plan.md)
419419
- [Durable Functions overview](./durable/durable-functions-overview.md)

articles/azure-functions/flex-consumption-plan.md

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

articles/azure-functions/functions-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Functions often serve as the compute component in a serverless workflow topology
396396

397397
::: zone pivot="programming-language-python"
398398
+ [Quickstart: Create your first durable function in Azure using Python](./durable/quickstart-python-vscode.md)
399-
+ [Quickstart: Durable text analysis with a mounted Azure Files share](quickstart-durable-text-analysis-azure-files.md)
399+
+ [Tutorial: Durable text analysis with a mounted Azure Files share](tutorial-durable-text-analysis-azure-files.md)
400400
+ [Sample: Durable text analysis with Azure Files storage mount](https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples)
401401
+ [Training: Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
402402
::: zone-end

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

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)