Share via

Node JS Application not running when deploying it via CICD

Prateek Agashe 0 Reputation points
2023-06-26T09:55:58.9666667+00:00

Facing issue with CICD deployment in Azure

When deploying the app from VS Code it works fine, but the same is not happening when we deploy from Azure CICD

In KUDU I can see all the necessary files/folders and the same thing I validated by running the same code downloaded from KUDU directly, it works fine on local.
But the application is not running on Azure App Service (Windows Machine)

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,511 Reputation points Moderator
    2023-06-27T23:58:13.0533333+00:00

    Hi @Prateek Agashe we are sorry to hear you're facing this issue. It sounds like you've done most of the necessary troubleshooting steps. When you look at the deployment logs do you see any specific errors? Also make sure your files are unzipped to the same folder as where they were zipped from in the repo.

    Best,

    -Grace

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.