We are investigating Photon on premise server, and intend to deploy to Microsoft Azure Cloud Service worker role. Some questions are not cleared:
Thanks.
- How to start the server? Is there any API we can call inside
OnStart
method ofWorkerRole.cs
? Or we have to use the PhotonControl.exe to start the service which is not applied to our architecture, we hope everything is done by the code, not manually. - About Load Balancing, if I understand correctly, we can simply make use Azure Cloud Service load balancer, without your provided Load Balancing SDK, any risk we may meet?
Thanks.