I want to deploy multiple apps to a single Azure app service (Linux). These apps are related but independently developed by different groups and have to deployed to a single app service. In the windows+dotnet world we could achieve this by deploying to virtual folders. Trying find a way to achieve the same with python on Linux app service. Any guidance is appreciated.
I am trying to achieve similar to that of virtual folders - but with Python Flask and Azure App Services domain.com/api1 domain.com/api2 domain.com/api3 ... each of the apis are developed by different groups and should be deployed independently..