In our solution we have multiple web api projects created and these are hosted on azure web app independently.Because of which each web api project has different url, like following
https://www.xyz.azurewebsite.net/api/employee/getemployee https://www.abc.azurewebsite.net/api/department/getdepartment
Here Employee is one web api project and department is second one.
So my question is how can we host these web api under same webapp/domain on azure.
Because what has happened I have added blank api project with only web api method. I have made Set as startup project. and while pushing the code it has overridden other api project profile and after that the other api stopped working.
Thanks for the help !
under same webapp/domain on azureCould you elaborate more?