Azure WebJobs ServiceBus returns Exception: found 2 DNS claims in authorization context

后端 未结 7 1628
抹茶落季
抹茶落季 2020-12-30 21:31

I\'m trying to read a message from an Azure ServiceBus queue using an Azure WebJob but it\'s throwing and exception:

Unhandled Exception: System.InvalidOper         


        
相关标签:
7条回答
  • 2020-12-30 22:25

    Microsoft released a new package (under a new name) to fix this issue. So ...

    • remove the Microsoft.AspNet.SignalR.ServiceBus package,
    • install the Microsoft.AspNet.SignalR.ServiceBus3 package instead, and
    • upgrade the WindowsAzure.ServiceBus package.

    More info here: https://github.com/SignalR/SignalR/issues/3548#issuecomment-296326048

    0 讨论(0)
提交回复
热议问题