Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure函数队列触发器的Azure存储仿真程序连接字符串_Azure_Azure Functions_Azure Storage Emulator - Fatal编程技术网

Azure函数队列触发器的Azure存储仿真程序连接字符串

Azure函数队列触发器的Azure存储仿真程序连接字符串,azure,azure-functions,azure-storage-emulator,Azure,Azure Functions,Azure Storage Emulator,连接字符串应该是什么 我曾经 得到了几乎相同的错误参见 connection的值应该是local.settings.json中应用程序设置的名称,如 "connection": "AzureWebJobsStorage" 在local.settings.json中,设置名称和值对 "AzureWebJobsStorage": "UseDevelopmentStorage=true",

连接字符串应该是什么

我曾经

得到了几乎相同的错误参见

connection的值应该是local.settings.json中应用程序设置的名称,如

"connection": "AzureWebJobsStorage"
在local.settings.json中,设置名称和值对

"AzureWebJobsStorage": "UseDevelopmentStorage=true",