gpt4 book ai didi

node.js - 将 Azure 上的 Node 应用程序重置为默认容器镜像

转载 作者:行者123 更新时间:2023-12-02 23:57:41 25 4
gpt4 key购买 nike

我在 Azure 上创建了一个 Node 14 Web 应用程序。对于发布,我选择了代码(而不是容器)。然后,我使用 az webapp config container set 更改了默认容器镜像。问题,如何将其恢复为默认图像(NODE|14-lts)?

运行 az webapp config container set --docker-custom-image-name 14-lts 将其重置为 DOCKER|14-lts,这是不一样的。

运行 az webapp config container set --docker-custom-image-name "NODE|14-lts" 会产生错误。

最佳答案

我们在本地环境中进行了测试(使用 Linux 作为运行时创建了一个 Web 应用程序),以下结果基于分析。

如果您使用 docker 容器作为 Release模式,则 LinuxFxVersion 值将为“DOCKER|node:14-lts”,您无法将 LinuxFxVersion 值更改为“NODE” |14-LTS”。

如果您希望站点属性中的 LinuxFxVersion 值为“NODE|14-LTS”您需要使用以下 cmdlet 将 Release模式从 docker 容器更改为代码模式。

az webapp config set --name <webappName> --resource-group <resourceGroupName> --linux-fx-version 'Node|14-LTS'

关于node.js - 将 Azure 上的 Node 应用程序重置为默认容器镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69355006/

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