Azure Functions python: BlobTrigger starts when stream is empty
I am trying to implement a pipeline that each step writes a file in a blob container. Steps: pdf triggers a function that extracts the text and saves it as txt in the container the extracted text triggers a function…