According to these docs there is a minMessageBatchSize-option in host.json: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.servicebus.servicebusoptions.minmessagebatchsize?view=azure-dotnet&viewFallbackFrom=azure-python
The property seems to actually work also. But the json-schema for host.json seems to not contain this property, resulting in warnings in the IDE:
Can this property be added to the schema?
According to these docs there is a
minMessageBatchSize-option inhost.json: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.servicebus.servicebusoptions.minmessagebatchsize?view=azure-dotnet&viewFallbackFrom=azure-pythonThe property seems to actually work also. But the json-schema for
host.jsonseems to not contain this property, resulting in warnings in the IDE:Can this property be added to the schema?