Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The binding type(s) 'serviceBusTrigger' are not registered. Please ensure the type is correct and the binding extension is installed

After Updating VS 2017 version to 15.8.2 and web jobs tools to version 10. I am facing this issue.

the same solution is working in other workstations with the same visual studio version

It is a sample service bus trigger function and queue name and connection string properly

like image 337
Indrakiran Reddy Avatar asked Sep 04 '18 07:09

Indrakiran Reddy


2 Answers

run func extensions install on terminal if getting error locally, it works for me

like image 186
Anas Ali Avatar answered Nov 02 '22 07:11

Anas Ali


One thing that solved this issue for me recently was to update the extensions file to the newest "Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version.

You can find the newest versions here: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ServiceBus/

like image 3
Noora Avatar answered Nov 02 '22 09:11

Noora