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?

0

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.