Host.json file is giving warnings for configurable settings of Durable Functions
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Configuration settings for Durable Functions in host.json file is giving warnings for different settings.
Except "hubName" and "azureStorageConnectionStringName " all other settings like partitionCount, maxQueuePollingInterval are giving warnings
Even IntelliSense is not showing properties like partitionCount, maxQueuePollingInterval etc..
**To Reproduce**
Steps to reproduce the behavior:
Add following settings in host.json file as mentioned below:
{
"version": "2.0",
"extensions": {
"durableTask": {
"hubName": "sha1",
"partitionCount": 5
}
}
}
partitionCount will show the warning: **Property name is not allowed by the schema**
**Expected behavior**
There should not be any warning with partitionCount property
**Additional context**
https://github.com/MicrosoftDocs/azure-docs/issues/29142
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.