worried-knife-31967
05/03/2021, 12:56 PMWEBSITE_RUN_FROM_PACKAGE
method with windows app services:
When running a function app on Windows, the external URL option yields worse cold-start performance. When deploying your function app to Windows, you should set WEBSITE_RUN_FROM_PACKAGE to 1 and publish with zip deployment.
All the pulumi examples show this method.
Is there anything within pulumi to publish in that way? I'm not sure "how" that works, but it seems like an important usecase for windows publishing.tall-librarian-49374
05/03/2021, 1:08 PMfunc
CLI).