Azure Function execution speed is extremely slow and inconsistent
问题 I am writing few Azure Functions script that reads and write from/to an internal database and display relevant information into a webpage. I noticed extreme slowness or even timeout in the web UI when loading the web page which calls the Azure Function script. After further investigation, I realized that the following: Azure Function scripts sometimes takes anywhere between 10 seconds to more than 1 minutes to connect to SQL database. Sometimes the scripts will run in few millisecond and