简体   繁体   English

Azure function 'Sometestfunction' 的侦听器无法启动

[英]Azure The listener for function 'Sometestfunction' was unable to start

I am newbie to Azure.我是 Azure 的新手。 I am getting below error when I run my Azure function from Visual studio.当我从 Visual Studio 运行 Azure function 时,出现以下错误。

The listener for function 'Sometestfunction' was unable to start.
The listener for function 'Sometestfunction' was unable to start. Microsoft.Azure.Storage.Common: Server encountered an internal error. Please try again after some time.

what may be the possible causes for this?这可能是什么原因?

Thanks谢谢

The most common problem is Storage Emulator service not start.最常见的问题是 Storage Emulator 服务无法启动。

Try typing尝试输入

"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" status

in cmd to check the status.在 cmd 中检查状态。

If it returns false, enter the following command to start the Storage Emulator:如果返回 false,请输入以下命令以启动 Storage Emulator:

"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" init
"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start

Let me know whether this can solved your problem.:)让我知道这是否可以解决您的问题。:)

暂无
暂无

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

相关问题 函数“SignalR”的侦听器无法启动。 与信号器绑定的 Azure 函数 - The listener for function 'SignalR' was unable to start. Azure function binding with signalr Azure function 在 linux 上出现“侦听器无法启动”错误 - Azure function gets 'Listener unable to start' error on linux Azure 函数触发器失败:函数的侦听器无法启动 - Azure Functions Trigger Failed: A listener for function was unable to start IoT Hub to Azure Function - The listener for function was unable to start Azure.Messaging.EventHubs could not be found - IoT Hub to Azure Function - The listener for function was unable to start Azure.Messaging.EventHubs could not be found Azure function 的侦听器在本地运行 Azure ZC1C42544268E68384F11 时出现无法启动错误。 如何解决这个问题? - Listener for Azure function was unable to start error while running Azure function app locally. How to solve this? Azure Function 无法从 Visual Studio 2019 启动。监听器无法启动 - Azure Function not able to start from visual Studio 2019 .listener unable to start function 'Functions.trigger' 的监听器无法启动? 在本地运行 Azure function - The listener for function 'Functions.trigger' was unable to start? while running Azure function locally function 'functionName' 的侦听器无法启动。 &lt;--- 禁止 - The listener for function 'functionName' was unable to start. <--- Forbidden 函数的侦听器无法启动。 为什么? - The listener for function was unable to start. Why? function 'IotHubTrigger' 的侦听器无法启动。 物联网中心 - The listener for function 'IotHubTrigger' was unable to start. IoTHub
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM