【发布时间】:2018-08-21 02:09:51
【问题描述】:
您好,我在 Azure 门户中创建了一个函数,并看到队列数据已出列。
我在我的计算机上安装了一个 CLI,当我运行项目时它会显示一个 func.exe 命令提示符。我在 local.settings.json 中添加了这样的连接字符串:
> "Values": {
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=...",
"AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;AccountName=...",
"tuxdev_STORAGE": "DefaultEndpointsProtocol=https;AccountName=..."
}
当我将消息添加到门户中的队列时,应用程序没有收到消息。我还需要更新什么其他设置。
【问题讨论】:
标签: c# azure azure-functions azure-storage-queues