I'm deploying a series of Function apps. They all rely on a common library, and simply expose the triggers. I'm using a Linux machine with an agent to zip deploy each function using the 'az functionapp deployment' command.
For some reason, 1 function takes between 2 to 20 minutes to deploy. It's always the same function, and all the others take about 30 seconds.
Is there something that can cause such a delay?