|
1
7
如果您想在本地针对存储队列测试/调试Azure functions应用程序,而不使用Azure存储帐户,您可以安装 Microsoft Azure storage emulator 这提供了一个本地环境,用于模拟Azure Blob、队列和表服务进行开发。目的。 编辑: 你在Azure上的WebJob和来自同一存储帐户的本地消费邮件,如果你只想触发本地WebJob功能,正如你所说,你可以禁用你在Azure上的WebJob。此外,正如我所提到的,为了在本地测试/调试Azure WebJob功能,您可以使用Microsoft Azure storage emulator。 |