App service is not working

Mithila Lishan 0 Reputation points
2023-07-07T00:19:29.97+00:00

I cretaed azure app service and published through visual studio code, after i publish i could only see output in the image1.

but this not the out put i expected to see , what i have missed ?
Image1

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

1 answer

Sort by: Most helpful
  1. Ben Gimblett 4,560 Reputation points Microsoft Employee
    2023-07-10T09:32:37.2933333+00:00

    This is the default page at the root of the website

    does your published website have a default or index page? or has the web host in whatever framework you're using expect a path to access content ? E.g.

    "https://web.contoso.com/shop" ?

    You can see the published file structure by accessing kudu tools and browsing the wwwroot folder as per this SO post

    0 comments No comments

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.