繁体   English   中英

多个 Visual Studio 解决方案在一个 Azure Function 服务中

[英]Multiple Visual Studio Solutions in one Azure Function service

是否可以将多个 Visual Studio 解决方案发布到一个 Azure Function 服务? 如果我们向 Azure 发布单个解决方案,它会用已发布的解决方案覆盖其中的所有内容,而不是仅将其添加到具有所有其他功能的服务中。

 Is it possible to publish multiple Visual Studio solutions to one Azure Function Service?

不,不可能将多个 Visual Studio 解决方案发布到同一个 Azure Function 应用程序。

I have reproduced the same from my end but after publishing the first function ie Http trigger function to the Azure function App Service from Visual Studio it got published successfully but after that when we tried to publish another function ie Timer trigger function to the same Azure Function应用服务,那么最新的 function 将覆盖以前的 function。

这是 Visual Studio 中最新发布的 function 的 output:

在此处输入图像描述

从 Visual Studio 发布第二个计时器触发器 function 后。 Http 触发器 function 被定时器触发器 function 取代在 ZCF04A02E37B6574FC3197C48 门户:在此处输入图像描述

因此,我们必须创建不同的 function 应用程序才能从 Visual Studio 中单独发布功能。

暂无
暂无

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

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