Skip to content

Commit a5122d0

Browse files
authored
Merge pull request #111679 from anthonychu/20200416-taskhub-naming-rules
Add Durable Functions task hub naming rules
2 parents ce27fee + 35e6450 commit a5122d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ All of these resources are created automatically in the default Azure Storage ac
3030

3131
## Task hub names
3232

33-
Task hubs are identified by a name that is declared in the *host.json* file, as shown in the following example:
33+
Task hubs are identified by a name that conforms to these rules:
34+
35+
* Contains only alphanumeric characters
36+
* Starts with a letter
37+
* Has a minimum length of 3 characters, maximum length of 45 characters
38+
39+
The task hub name is declared in the *host.json* file, as shown in the following example:
3440

3541
### host.json (Functions 2.0)
3642

0 commit comments

Comments
 (0)