You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/tutorial-durable-text-analysis-azure-files.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,23 @@ ms.custom:
12
12
13
13
# Tutorial: Durable text analysis with a mounted Azure Files share
14
14
15
-
In this tutorial, you deploy a Python Azure Functions app that uses [Durable Functions](./durable/durable-functions-overview.md) to orchestrate parallel text file analysis. Your function app mounts an Azure Files share, analyzes multiple text files in parallel (fan-out), aggregates the results (fan-in), and returns them to the caller. This approach demonstrates a key advantage of storage mounts: shared file access across multiple function instances without per-request network overhead.
15
+
In this tutorial, you deploy a Python Azure Functions app that uses [Durable Functions](./durable-functions-overview.md) to orchestrate parallel text file analysis. Your function app mounts an Azure Files share, analyzes multiple text files in parallel (fan-out), aggregates the results (fan-in), and returns them to the caller. This approach demonstrates a key advantage of storage mounts: shared file access across multiple function instances without per-request network overhead.
16
16
17
17
In this tutorial, you:
18
18
19
19
> [!div class="checklist"]
20
20
> * Deploy a Durable Functions app in a Flex Consumption plan with a mounted Azure Files share using Bicep
21
21
> * Upload sample text files to the mounted Azure Files share
22
-
> * Deploy a Python function app that uses a [fan-out/fan-in pattern](./durable/durable-functions-fan-in-fan-out.md?pivots=durable-functions) to analyze text files in parallel
22
+
> * Deploy a Python function app that uses a [fan-out/fan-in pattern](./durable-functions-fan-in-fan-out.md?pivots=durable-functions) to analyze text files in parallel
23
23
> * Trigger an orchestration to process the files and verify results
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
30
30
-[Azure CLI](/cli/azure/install-azure-cli) version 2.60.0 or later
31
-
-[Azure Functions Core Tools](./functions-run-local.md) version 4.x or later
31
+
-[Azure Functions Core Tools](../functions-run-local.md) version 4.x or later
32
32
-[Python 3.9 or later](https://www.python.org/downloads/)
33
33
-[Git](https://git-scm.com/)
34
34
@@ -304,8 +304,8 @@ az group delete --name $RESOURCE_GROUP --yes
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-scenarios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ Functions often serve as the compute component in a serverless workflow topology
396
396
397
397
::: zone pivot="programming-language-python"
398
398
+[Quickstart: Create your first durable function in Azure using Python](./durable/quickstart-python-vscode.md)
399
-
+[Tutorial: Durable text analysis with a mounted Azure Files share](tutorial-durable-text-analysis-azure-files.md)
399
+
+[Tutorial: Durable text analysis with a mounted Azure Files share](durable/tutorial-durable-text-analysis-azure-files.md)
400
400
+[Sample: Durable text analysis with Azure Files storage mount](https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples)
401
401
+[Training: Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
0 commit comments