简体   繁体   English

Azure功能队列触发器的Azure存储模拟器连接字符串

[英]Azure Storage Emulator Connection string for Azure Function Queue Trigger

码

错误

What should be the connection string? 连接字符串应该是什么?

i used http://127.0.0.1:10001/devstoreaccount1 我使用了http://127.0.0.1:10001/devstoreaccount1

got almost the same error 得到几乎相同的错误

See the sample of function.json 请参阅function.json示例

Value of connection should be the name of app setting in local.settings.json, like 连接的值应为local.settings.json中应用程序设置的名称,例如

"connection": "AzureWebJobsStorage"

And in local.settings.json, set the name&value pair. 然后在local.settings.json中,设置名称和值对。

"AzureWebJobsStorage": "UseDevelopmentStorage=true",

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM