Share via

Azure App Services (Linux server)

Cristopher Aguilera 151 Reputation points
2021-12-10T20:41:08.66+00:00

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
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Jaliya Udagedara 2,856 Reputation points MVP Volunteer Moderator
    2021-12-11T03:43:34.557+00:00

    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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.