Azure / Azure/azure-functions-python-worker

Checksum feature for deployment archives

Open
#647 0 comments 0 reactions 1 assignee Assigned to @shreyabatra4 View on GitHub
area:python-functions deployment-related feature needs-investigation
Dominant language
Python
Stars
357
Forks
116
Avg merge
32m
Merged PRs (30d)
1

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.