Skip to content

Commit d5bfa4e

Browse files
Merge pull request #128241 from andreilean/patch-1
Add instance ID limitation info to durable-task-scheduler.md
2 parents 51620f5 + a294d47 commit d5bfa4e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ Stale orchestration data should be purged periodically to ensure efficient stora
152152
| Orchestration custom status | 1 MB |
153153
| Entity state | 1 MB |
154154

155+
- **Orchestration instance ID length:**
156+
157+
Orchestration instance IDs are limited to a maximum length of 100 characters.
158+
159+
* Allowed characters: Printable ASCII only (letters, numbers, symbols like -, _, ., etc. Characters 0x20 through 0x7E)
160+
* Minimum length: 1 character (cannot be empty)
161+
* Instance IDs starting with @ are reserved for entities
162+
155163
- **Feature parity:**
156164

157165
[Extended sessions](../durable-functions-azure-storage-provider.md#extended-sessions) are not available in the Durable Task Scheduler backend yet.
@@ -168,4 +176,4 @@ Stale orchestration data should be purged periodically to ensure efficient stora
168176
## Next steps
169177

170178
> [!div class="nextstepaction"]
171-
> [Choose your orchestration framework](./choose-orchestration-framework.md)
179+
> [Choose your orchestration framework](./choose-orchestration-framework.md)

0 commit comments

Comments
 (0)