gpt4 book ai didi

Azure 配置可以执行多个任务吗?

转载 作者:行者123 更新时间:2023-12-03 01:11:45 24 4
gpt4 key购买 nike

我们有一个第三方 .NET 应用程序,它带有自己的部署工具。此部署工具生成自定义的startup.cmd 文件。我们可以选择修改 CFG 文件,但不能修改 cmd 文件。

我想要拥有自己的 cmd 文件。有人可以确认一下云服务定义文件中是否允许多个任务吗?

例如...

<Startup>
<Task commandLine=”thirdpartyPropietryStartup1.cmd” executionContext=”elevated” />
<Task commandLine=”startup\startup2.cmd” executionContext=”elevated” />
</Startup>

最佳答案

多个启动任务应按照 the documentation 工作.

虽然没有那么明确,但它指出了

simple tasks are executed synchronously, one at a time, in the order specified in the ServiceDefinition.csdef file.

如果多个任务不起作用,那么这就没有意义。

如果出现问题,您始终可以创建一个combined.cmd,它运行thirdpartyPropietryStartup1.cmd,然后运行startup\startup2.cmd(除非你的executionContext应该是不同的)。

关于Azure 配置可以执行多个任务吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15985215/

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