Forum Discussion
zaryabro1
May 03, 2024Copper Contributor
Azure Function Deployment Failing: [HttpException (0x80004005)]:
So I have this node js azure function which is working fine on local, and was previously working fine live as well. But now, for some reason when I try to deploy it through VS Code, it gives the fol...
Kidd_Ip
May 25, 2025MVP
Check on below:
- Check Deployment Path
- Restart Function App
- Check Kudu (Advanced Debugging Console)
- Verify Your VS Code Deployment Settings
func azure functionapp publish <your-function-app-name>