Skip to content

Commit a294d47

Browse files
authored
Update durable-task-scheduler.md
include suggestions by @torosent
1 parent a035eb9 commit a294d47

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,11 @@ Stale orchestration data should be purged periodically to ensure efficient stora
154154

155155
- **Orchestration instance ID length:**
156156

157-
Orchestration instance IDs are limited to a maximum length of 100 UTF-16 code units (approximately 100 characters for ASCII-only IDs).
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
158162

159163
- **Feature parity:**
160164

0 commit comments

Comments
 (0)