Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,936 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
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