Not able to deploy node js application by selecting different region names

Deeksha Alva 1 Reputation point
2022-05-04T09:50:41.917+00:00

Hi,

Since there is already one linux app for central US region(reached the limit), I tried to deploy the node js application using different region. But getting the gi198773-image.pngven below error while deploying it

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2022-05-04T18:33:59.167+00:00

    Hi @Deeksha Alva ,

    Kudu (i.e. Oryx) checks the root folder for package.json, requirements.txt, etc. to determine how to start your project. Make sure your repository has one of the required file types.


Your answer

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