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...
hazem
Jul 03, 2025Brass Contributor
Try restarting your Function App from the Azure Portal. (This can be temporary)
If it didn't work, then check your func deployment command.
If you’re deploying via VS Code, try instead using:
func azure functionapp publish <your-function-app-name>
Or re-authenticate and select the correct subscription again.