We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce27fee + 35e6450 commit a5122d0Copy full SHA for a5122d0
articles/azure-functions/durable/durable-functions-task-hubs.md
@@ -30,7 +30,13 @@ All of these resources are created automatically in the default Azure Storage ac
30
31
## Task hub names
32
33
-Task hubs are identified by a name that is declared in the *host.json* file, as shown in the following example:
+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:
40
41
### host.json (Functions 2.0)
42
0 commit comments