79368260

Date: 2025-01-19 01:33:09
Score: 1.5
Natty:
Report link

When you use zip deploy, the code will run directly in zip (that is mounted to wwwroot folder thus read only). More technical details here

https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package

If you don't want to use zip deploy, you need to deploy all code into wwwroot using normal deploy method. By just set WebsiteRunFromPackage to 0 won't work as there is code in wwwroot folder yet.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When you use
  • Low reputation (0.5):
Posted by: qkfang