Azure功能 - AppConfig管理 [英] Azure functions - AppConfig Management

查看:81
本文介绍了Azure功能 - AppConfig管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在尝试使用ARM模板进行功能应用程序配置 和DevOps管道,其中包含Azure App Service Deploy任务(功能应用程序作为应用程序类型),用于在该功能应用程序中部署触发器/功能。



在功能应用配置期间,很少有重要的应用程序配置设置为" AzureWebJobsStorage"在ARM执行期间。


在通过DevOps管道进行功能部署期间,我们还设置了各种功能所需的应用程序配置。

解决方案

是的。在使用自动ARM部署时,这是预期的。


除非有任何资源级别更改,否则您可以部署您的函数,而不是每次我想重新部署ARM模板。


有多种方法可以实现这一点。
1.使用  持续部署  Azure功能(而不是基础应用服务)提供的功能为
2.执行  ZIP部署


Hi,

I am trying to use ARM template for function app provisioning  and DevOps pipeline with Azure App Service Deploy task (Function App as App Type) for trigger/function deployment within that function app.

During function app provisioning , few of the important app configs are set like "AzureWebJobsStorage" during the ARM execution.

During function deployment via DevOps pipeline, we also set various app configs which are needed by the functions.

解决方案

Yes. This is expected when working with automated ARM deployments.

Unless there are any resource level changes, you can just deploy your function instead of redeploying the ARM templates every time I suppose.

There are multiple ways to achieve this
1. Use the Continuous Deployment that Azure Functions (rather the underlying App Service) provides
2. Perform a ZIP Deploy from Azure DevOps


这篇关于Azure功能 - AppConfig管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆