0
votes

Azure Service Bus Queue Trigger Function randomly throwing operation canceled exception. This exception is not thrown from code, looks like something wrong when azure function trying to receive messages from service bus queue, but not sure. Any help with be appreciated.

1
A stack trace would be helpful. Also, have you tried Microsoft support?Sean Feldman
@SeanFeldman yes, we raised this issue to Microsoft and they recommended to upgrade "Microsoft.Azure.WebJobs.Extensions.ServiceBus" version, I have upgraded it to "4.1.2" and issue is resolved.Shri

1 Answers

1
votes

As per Microsoft's recommendation upgraded Microsoft.Azure.WebJobs.Extensions.ServiceBus SDK version to "4.1.2" and issue is resolved.