'Zip deploy azure function from storage account

I'm trying to zip deploy an azure function from a blob storage.

I have set SCM_DO_BUILD_DURING_DEPLOYMENT, to true. I have also set WEBSITE_RUN_FROM_PACKAGE to the remote url.

I am able to deploy easily if the function is in a remote url. However, I can't seem to do it if I have it as a blob on azure.

The prefarable runtime for this is python.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source