I have two web apps hosted on Windows Azure VM -> IIS with the following names
- MyWeb.com (Front end for Users- Javascript)
- api.MyWeb.com (backend for Admins - .net core app)
Question:
Can I publish these two apps into one Azure WebApp? OR do I need to provision two separate Azure WebApps and publish them separately?
Where to manage connection string etc?
Note: Both are tied up with the one Public IP e.g (1.2.3.4).
Thanks in advance.