Skip to content

Commit 7dd273b

Browse files
committed
Add code constraints link
1 parent b13b56f commit 7dd273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-cloud-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The function uses the `readdirp` module to recursively read the directory struct
9494
---
9595

9696
> [!NOTE]
97-
> You might be wondering why you couldn't just put this code directly into the orchestrator function. You could, but this would break one of the fundamental rules of orchestrator functions, which is that they should never do I/O, including local file system access.
97+
> You might be wondering why you couldn't just put this code directly into the orchestrator function. You could, but this would break one of the fundamental rules of orchestrator functions, which is that they should never do I/O, including local file system access. For more information, see [Orchestrator function code constraints](durable-functions-code-constraints.md).
9898
9999
#### E2_CopyFileToBlob activity function
100100

0 commit comments

Comments
 (0)