Azure / Azure/azure-functions-python-worker

Checksum feature for deployment archives

Abierto
#647 0 comentarios 0 reacciones 1 asignado Asignado a @shreyabatra4 Ver en GitHub
area:python-functions deployment-related feature needs-investigation
Lenguaje dominante
Python
Estrellas
357
Forks
116
Merge medio
32 min
PR fusionados (30 d)
1

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.