I have an azure mobile services account and that gives me .azure-mobile.net web site URL for accessing mobile services APIs using REST.
I would like to deploy an ASP.NET MVC 5 web app to that domain which is basically the admin web site for my mobile app.
Using VS 2013, I am able to deploy to an azure web site .azurewebsites.net. But I would like to keep all stuff in the same domain. How can I deploy a web app to .azure-mobile.net ?