'Azure Function works locally - doesn't when deployed
I've created a basic HTTP Trigger function (Python based). It works when debugged locally in VS Code. When deploying to an Azure Function App the deployment is successful, but when you go to .scm.azurewebsites.net only the host.json shows and not the functionname/init.py / function.json or assetsfolder/... show in the wwwroot. Has anyone seen / fixed this before?
Thanks, Dan
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
