0

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.

Shri
  • 351
  • 3
  • 16
  • A stack trace would be helpful. Also, have you tried Microsoft support? – Sean Feldman Jun 17 '20 at 05:07
  • @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 Jun 17 '20 at 16:05

1 Answers1

1

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

Shri
  • 351
  • 3
  • 16