Deployed Angular dist/ on Azure Web App showing me default screen
问题 I have setup CI-CD on Azure DevOps using classical editor .I did managed to Build angular by Build Pipeline and Using Release pipelines I have pushed the Angular /dist folder to the web app. The contents are in the following : /home/site/wwwroot/my-angular-app/ But whenever I open url for the web-app I only could see default web-page of azure web app. I have deployed on Web App (Linux) and I have choose Node as runtime task. As I'm new to Azure Is there anything else needs to done ? Thanks in