Azure function :- Microsoft Azure WebJobs SDK ServiceBus connection string. Empty
Was having Azure function service bus queue issues when i tried to start up my app.
Microsoft Azure WebJobs SDK ServiceBus connection string is empty.
Turn out that Azure Functions requires specific setup in the code and local settings's connection string. Notice that we have to match connection name = Connection = "MyServiceBus" below
To out settings file in the connection string section.
Comments