I have two separate applications and one Azure Mobile Service. Is there a way to connect both applications using Live Connection through the same Azure Mobile Service. The service allows you to associate one application with my Azure Mobile Service domain, but when I try to associate another application with the same service, I get an error message that it is already in use (this is correct, but intended!).
- One Azure Mobile Service
- 2x Various customer applications
- Live auth
Is there a way around this, or am I forced to create a new mobile service for each type of application client that I have. This seems silly because they all use the same service center.
Muhwu source
share