Skip to content

Commit fc7e8ec

Browse files
committed
Ran /suggestEdits
1 parent e1b3d82 commit fc7e8ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you:
2626

2727
## Prerequisites
2828

29-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
29+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3030
- [Azure CLI](/cli/azure/install-azure-cli) version 2.60.0 or later
3131
- [Azure Functions Core Tools](./functions-run-local.md) version 4.x or later
3232
- [Python 3.9 or later](https://www.python.org/downloads/)
@@ -193,7 +193,7 @@ This tutorial uses Bicep to automate resource creation.
193193
194194
## Prepare and deploy the function app
195195
196-
1. Make sure the required app settings exist on the remote function app. This command can be run even if these settings already exist:
196+
1. Make sure the remote function app has the required app settings. Run this command even if these settings already exist:
197197
198198
```azurecli
199199
az functionapp config appsettings set \
@@ -289,7 +289,7 @@ This tutorial uses Bicep to automate resource creation.
289289
```
290290
291291
> [!TIP]
292-
> Your function app accessed all three files in parallel through the storage mount. No per-request network calls were needed. The function read them directly from the mounted share by using standard file I/O. This approach demonstrates the power of storage mounts combined with Durable Functions.
292+
> Your function app accessed all three files in parallel through the storage mount. The app didn't need any per-request network calls. The function read them directly from the mounted share by using standard file I/O. This approach demonstrates the power of storage mounts combined with Durable Functions.
293293
294294
## Clean up resources
295295

0 commit comments

Comments
 (0)