Hello I have create Web app using following Config,
Publish: Code
RunTime Stack: .NET Core 3.1(LTS)
Operating System: Linux
I have created my website using React.js and working fine locally. I deployed on azure using FTP and when I hit https://{mywebappname}.azurewebsites.net, It shows me default page instead of my website home page.
Hey, .NET Core developers! Your app service is up and running.
Time to take the next step and deploy your code.
I also check that wwwroot contain all my website files. Is there anything missing here? Why it is not showing my website's home page?
Help would be appreciated!
Best