gpt4 book ai didi

azure - 在 Azure 模拟器上运行 WebJobs

转载 作者:行者123 更新时间:2023-12-01 03:40:43 25 4
gpt4 key购买 nike

我正在尝试使用 Azure 模拟器让 Webjobs 在本地运行,但它生成了异常。我只发现旧帖子(从 2015 年初开始)说,由于某些不受支持的 Blob 功能,Azure 模拟器不支持本地执行。我想知道这个限制是否仍然有效或者是否存在一些解决方法?

在本地运行时,我将 JobHostConfiguration 创建为:

JobHostConfiguration config = new JobHostConfiguration();
config.StorageConnectionString = "UseDevelopmentStorage=true";
config.DashboardConnectionString = "UseDevelopmentStorage=true";

初始化后出现以下异常:

Unhandled Exception: System.InvalidOperationException: 
Failed to validate Microsoft Azure WebJobs SDK Storage account.

知道如何让 WebJobs 在本地执行吗?有什么已知的解决方法吗?提前致谢。

最佳答案

I wonder if this limitation is still valid or if there exists some workaround?

简短的回答是肯定的。如果您想使用 Webjobs,则需要与有效的存储帐户进行交互。

但这并不意味着您不能在本地执行它们。您始终可以停止在云中运行的 Web 作业并从您的计算机运行相同的 Web 作业。

关于azure - 在 Azure 模拟器上运行 WebJobs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31157003/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com