Azure Load Balancing - Connection Failure

Options
I have local Compute & Storage emulators running the Photon Server AzureLoadBalancer Worker Roles and a deployed version in the Azure Cloud.

Issue:
I'm not sure how to connect to my instances be it local or Azure. I am currently trying to get the demo-loadbalancing-unity project from the PhotonUnityKit to connect.

When trying to connect to local I get the following:
Exception on connection level. Is the server running? Is the address (127.0.0.1:4530) reachable?

When trying to connect to Azure, the Unity Application hangs on "State: Connecting to Master Server" for a moment, then switches to Disconnected.

Question:
How do I connect to my Azure Worker Role instances (AzureLoadBalancer) via the PUK LoadBalacing example?

Thank you.

Comments