Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
As far as I am aware, this is not possible with Linux App Services.
If you want to stick to Linux, you will have to containerize the application.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good evening,
Using Azure app services (OS Linux), i'm currently deploying my .net core 6 application which is hosted in the root url.
https://mywebsite.azurewebsites.net
However, next time a create a new .net core 6 application I want to host it under the same URL but in a subfolder so that I can deploy applications independently to their relevant folders. For example:
https://mywebsite.azurewebsites.net/Application1
https://mywebsite.azurewebsites.net/Application2
https://mywebsite.azurewebsites.net/Application3
Is it possible to achieve this in the Azure platform? And if so what are the steps to follow?
I don't want to have to create a new URL for every application a develop.
Thanks in advance.
Cris
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
As far as I am aware, this is not possible with Linux App Services.
If you want to stick to Linux, you will have to containerize the application.