0

Trying to deploy azure function to azure. Getting this error:

 The function runtime is unable to start. Microsoft.Azure.WebJobs.ServiceBus: Microsoft Azure WebJobs SDK ServiceBus connection string 
'Endpoint=sb://servicebusnamespace001968.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;[Hidden Credential]' is missing or empty.

What is the proper way to specify the connection string for azure deployment?

Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167

1 Answers1

2

I am no sure, but maybe you forget to add the AzureWebJobsStorage.

enter image description here

Is this what you want?

enter image description here

enter image description here

And don't forget to save the edit.

Cindy Pau
  • 13,085
  • 1
  • 15
  • 27