“Time to take the next step and deploy your code” but I have already deployed my code

stewart, jahi k 21 Reputation points
2021-05-10T00:33:18.34+00:00

I am using Microsoft Azure with Github code but whenever I try to browse my site I get the "Time to take the next step and deploy your code" but I have already deployed my code." page even though I have deployed my code in Development Center and my file in Github is in Default Documents. What can I do to fix this?

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

Accepted answer
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2021-05-10T12:54:42.497+00:00

    @stewart, jahi k , Thanks for posting this good question.

    1/3:

    Typically, the default app appears because you either haven't deployed your app code to App Service, or App Service failed to find your app code and ran the default app instead. I understood that you have already reviewed the deployment code and default document. I’m not sure about the deployment framework of your WebApp. Kindly try these steps to further narrow-down the issue.

    Try restarting the WebApp (if not done already(, wait 15-20 seconds, and then check.
    Are you using Linux or Windows App Service?
    **d:\home\site\wwwroot** - is the location where the sites files are saved.

    Access Kudu Console and see if all the deployments are available as expected.
    On App Service WebApp, you can copy (drag and drop the file into the site root/ d:\home\site\wwwroot\ folder) the via Kudu console (https://<yourwebpp-name>.scm.azurewebsites.net/) (\“Debug console”).

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.