Azure / Azure/azure-functions-python-worker

Checksum feature for deployment archives

未关闭
#647 0 条评论 0 个 reaction 已指派 1 人 已指派给 @shreyabatra4 在 GitHub 查看
area:python-functions deployment-related feature needs-investigation
主要语言
Python
星标
357
派生
116
平均合并
32 分钟
30 天内合并 PR
1

描述

If there are a lot of functions (each function represents a policy) inside a function app, and if there are services/workers that are constantly updating individual functions (policies) inside the function app, (typically these are cloud policy providers) it would make sense for these policy providers to make decisions on when to upload the entire function app as a zip again (if any policy changes) or not.

In that case, if there is an API that can give the policy providers a calculated and reliable checksum of the function app - then providers can make decisions to not deploy a function app where no function(policy) has changed. Today any deployment of function app does not consider if contents of the app have changed or not.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。