Abhishake Jaiswal Glad to hear that you resolved the issue and thanks for sharing it with the community which will greatly help others with similar issues. As per Microsoft Q&A community policy: "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution in case you'd like to "Accept" the answer. Resolution: Abhishake Jaiswal resolved the issue after changing binding configuration like below:
{
"bindings": [
{
"name": "mySbMsg",
"type": "serviceBusTrigger",
"direction": "in",
"queueName": "%SB_MainQueue%",
"connection": "serviceBus",
"autoComplete": true
}
],
"disabled": false
}
I will pass feedback to our doc team to add a description note regarding this. Let us know if you have any other questions.