Currently, my visual studio solution has 3 projects:
- MVC project - to be deployed at say www.something.com
- Web Api - to be deployed at api.something.com
- SPA application - to be deployed at app.something.com
Will I be able to host all of these just through VSO source control? I am not sure if azure would be able to host the applications at respective sub-domains without explicitly defining them?
Can anybody please clarify? And what would be the best approach?