gpt4 book ai didi

azure - Ansible 部署 Azure Function

转载 作者:行者123 更新时间:2023-12-02 23:13:59 26 4
gpt4 key购买 nike

有人获得了有关如何使用 Ansible 部署 Azure Functions 的良好资源(带有示例)吗?

我已经阅读了 azure_rm_functionapp 的官方文档,但对于 Ansible 如何引用需要部署的代码仍然相当模糊......

谢谢

最佳答案

如果你想使用Ansible和Azure Pipelines,可以引用这篇博客:Automating Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines .

至于其他资源控制,目前ansible不支持指定Local Git部署选项或其他资源。

所以也许你可以使用azure cliAzure Functions Core Tools部署您的代码。以下是一些示例:

az functionapp 部署源配置-zip

az functionapp deployment source config-zip \
-g {myRG}} -n {myAppName} \
--src {zipFilePathLocation}

功能核心工具部署(项目文件)

func azure functionapp publish <FunctionAppName>

关于azure - Ansible 部署 Azure Function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58685702/

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