Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
492 views
in Technique[技术] by (71.8m points)

linux - Hosting Two Website Under one Web App - Azure Services

I want to deploy multiple websites on a single azure website. I have tried to deploy multiple websites on the Windows environment and it works fine.

Now, I am trying to deploy same for Linux environment but i can't seem to find my way out. On the Windows, Azure Web Apps have a configuration page for “path mappings”, they allow you to specify what sub-directories contain a standalone application, and you can map a URL to them.

enter image description here

On the Linux Environment, there is no configuration page for “Virtual Applications and Directories”. It only shows Mount storage (Preview).

I would like to know if there is any easy way to configure virtual applications and directories on Azure for linux environment

I want to have my urls as example.com and example.com/api

example.com/api is a child project to example.com

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The current webapp under linux does not support virtual applications.

Relevant information

Virtual directory is IIS concept basically. we can't create virtual directory for Linux https://unix.stackexchange.com/questions/212842/is-it-possible-to-create-a-virtual-directory-in-linux.

Hard link will help us to create a virtual directory in Linux https://www.cyberciti.biz/faq/creating-hard-links-with-ln-command/.

Common linux virtual directories are http://www.emblogic.com/blog/02/common-linux-virtual-directories/

Azure app services in windows, can support virtual application because of IIS can handler mappings and virtual applications and directories.

enter image description here

Azure webapp in linux, I'm not sure whether kestrel supports virtual applications and directories, at least not currently in azure web app products.

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.8k users

...