Hy
We have two Azure App Services (WebApps). One is the Web Application (Single Page), the other is the REST Service as the backend.
We own our own domain (say www.blabla.com) and we would like to map our App Services the following way: - xxx.blabla.com should point to our Web Application - xxx.blabla.com/api should point to our REST Service
Is this possible on Azure? How can we achieve such a scenario?
Thanks for your help.
Kind regards, Peter