简体   繁体   中英

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

got almost the same error

See the sample of function.json

Value of connection should be the name of app setting in local.settings.json, like

"connection": "AzureWebJobsStorage"

And in local.settings.json, set the name&value pair.

"AzureWebJobsStorage": "UseDevelopmentStorage=true",

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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