Search code examples
asp.net-mvcazuresubdomainwebdeployazure-webapps

Azure Deploy multiple projects on single web app


I have three different projects, I have to deploy these projects under single web app with different sub domains. I already purchased the custom domain. To deploy these project I have created three directories. enter image description here

I have also setup the virtual directories in the app settings.

enter image description here

The domains are also set enter image description here

And I deploy the web part like this.

enter image description here

Now when I'm trying to access the web sub domain its showing me the default azure page enter image description here

How can I access the projects on the basis of sub domains.


Solution

  • So I got an idea from Nancy comment. So you just have to update the virtual applications and the directories as follows.

    enter image description here

    Now I can access the web using https://web.example.com/ Thanks @Nancy.