Deploying Angular application to Azure using VSTS:
0
I have tried deploying angular application using the link https://blogs.msdn.microsoft.com/wael-kdouh/2017/09/11/deploying-your-angular-application-to-azure-using-visual-studio-team-services-vsts/. After deploying to azure the application is successfully running. But sometimes I am facing the issue as "The specified URL was not found", this happens when we trigger the pipeline for deployments. While deploying manually the application is deploying and running successfully all the time. And it is happening only for single environment (dev environment). In the pipeline we have used 3 (dev, qa and uat) different environments, in which 2 environments (qa and uat) are working fine.
visual-studio .net-framework azure
...