0

We have set up an Azure Linux app service (API) and want to deploy two API projects (.Net Core) in the same app service. Is it possible in Linux based app service?

Deepika Patel
  • 2,581
  • 2
  • 19
  • 13

1 Answers1

0

It's impossible.

You can refer to the answer in the post below.

Hosting Two Website Under one Web App - Azure Services

IIS can handler mappings and virtual applications and directories, you can't use virtual applications and directories in linux.

If you have more questions about azure web app, you can raise a support ticket on portal. You can also put forward your ideas and suggestions in the feedback, and optimize the product together with Microsoft official.

Jason Pan
  • 15,263
  • 1
  • 14
  • 29