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

后端 未结 7 1669
抹茶落季
抹茶落季 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:16

    For me it started failing after I updated .NET Framework from 4.5.2 to 4.7 All I did to fix it was update the Nuget Package WindowsAzure.ServiceBus to 5.2.0

提交回复
热议问题