I want to deploy 2 applications to the same WebApp (Angular and .Net), so the solution I found was to create a new "Virtual Applications and Directories" in WebApp, then I can deploy the 2 applications to different directories. So, will this procedure increase the cost of my service? Is there another way to do this? What are the disadvantages of doing it this way?
I want to deploy 2 applications to the same WebApp (Angular and .Net),
Yes, the easy option available to add multiple applications to a single Azure App Service is using Virtual applications and directories under Path Mappings.
will this procedure increase the cost of my service?
AFAIK, both the applications run under the same App Service plan under same root directory. And the charges will be based on the resource consumption.
Alternative Approach
Angular + .NET
,
In Visual Studio, you have a direct template to work with Angular and .NET Core.Output: