I do not know if this is done deliberately, or if Azure is poor in performance than AWS. Whenever I start working with Azure, it gets close to the minute.
The same cold action starts in less than a second (about 250 ms) with AWS.
As I see it, Azure stores all the function code in an Azure Storage account and downloads it over the network, creating this delay. This is with a consumption plan.
If I use the App Service Plan for functions, so junky even has this in modern applications. This can be reduced to 3 seconds, but even close to what AWS does.
How can I improve performance with Azure so that I can quickly launch my features?
source
share