简体   繁体   English

本地开发环境中的 Azure WebJobs UseDevelopmentStorage=true

[英]Azure WebJobs in local development environment UseDevelopmentStorage=true

 "AzureWebJobsDashboard": "UseDevelopmentStorage=true",
 "AzureWebJobsStorage": "UseDevelopmentStorage=true"

Getting error获取错误

The listener for function 'WebJobsMethods.UpdateFreeTrialStatus' was unable to start.函数“WebJobsMethods.UpdateFreeTrialStatus”的侦听器无法启动。 Microsoft.Azure.WebJobs.Host.Listeners.FunctionListenerException: The listener for function 'WebJobsMethods.UpdateFreeTrialStatus' was unable to start. Microsoft.Azure.WebJobs.Host.Listeners.FunctionListenerException:函数“WebJobsMethods.UpdateFreeTrialStatus”的侦听器无法启动。 ---> Microsoft.WindowsAzure.Storage.StorageException: An error occurred while sending the request. ---> Microsoft.WindowsAzure.Storage.StorageException:发送请求时出错。 ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.HttpRequestException: 发送请求时出错。 ---> System.Net.Http.WinHttpException: A connection with the server could not be established ---> System.Net.Http.WinHttpException: 无法建立与服务器的连接

You have to start the Azure Storage Emulator to use this connection string.必须启动 Azure 存储模拟器才能使用此连接字符串。

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator

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

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