Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion schemas/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,11 @@
},
"additionalProperties": false
},

"functionAppName": {
"description": "The maximum length for an Azure Function App name, this is due to the fact that in the staging slot we need 6 extra characters for the 'staging' part.",
"type": "string",
"maxLength": 40
},
"version-1": {
"type": "object",
"properties": {
Expand Down