The single biggest factor in cold start time (after runtime choice) is the size of your deployment package. Azure has to load your function app package before it can run. A 500 MB deployment package ...
Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies and isolate them from your operating system. Software ...