Azure 函数运行时无法启动
Azure functions runtime unable to start
正在尝试将 azure 函数部署到 azure。
收到此错误:
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.
为 Azure 部署指定连接字符串的正确方法是什么?
我不确定,但也许你忘了添加 AzureWebJobsStorage
。
这是你想要的吗?
别忘了保存编辑。
正在尝试将 azure 函数部署到 azure。 收到此错误:
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.
为 Azure 部署指定连接字符串的正确方法是什么?
我不确定,但也许你忘了添加 AzureWebJobsStorage
。
这是你想要的吗?
别忘了保存编辑。