Relative Content

Tag Archive for asp.netangularazureazure-web-app-servicevirtual-directory

Azure App Services – ASP.Net project with Angular as virtual directory

I have an Azure App Service called scba-dev that is hosting our ASP.Net application and is working as expected. I also have a newly Angular 17 application (at the moment is just a placeholder application with one route “/dashboard”). Per requirements, I need to deploy the Angular application to the scba-dev App Service via virtual directory. I did the following steps: