I have a main application which is in ASP.NET MVC and deployed it to Azure App Service. Now I have its child application which is in react and I want to deploy it to virtual application of this main Azure App Service.
This is the virual directory I have created:
I am using AZURE App Service extension in Visual Studio Code to deploy react application on Azure. It lists all App Services available for my subscription but It does not show virtual directory where I want to deploy this app.
This is what I want as end result:
Main application URL: https://test-features.azurewebsites.net/
Expected React App URL: https://test-features.azurewebsites.net/react/
How can I do this?