I recently inherited a react + node web app and I am having some wild issues with deployment in azure devops. My commits go through, the azure repos are updating with my new code, however, we can’t get the application to deploy properly.

The previous developer was using github actions, and they did not provide us access, so I need to set up a new pipeline and want to do so on azure since we already use it for our repos and all the other devops features.

When I attempt to push the build from Azure Deployment Center (the application runs on an App Services resource) I am greeted with a 500 error.

When I attempt to set up a pipeline I get node version errors, which even after correcting, I still get this error.

Has anyone successfully deployed a React+Node app to Azure App Services with Azure DevOps? I could use some advice on how to tackle this. Zip deployment doesn’t seem to be an option (its not showing in azure deployment center).

2 Spice ups

It was a permissions issue faceplam

2 Spice ups