We run a WCF service on an Azure VM. A local WCF client connects to that service on the VM. Now we would like to introduce Azure load balancing. There it's is a MUST that every client is ALWAYS communicating with the same VM. So when a client starts up it connects to a service and receives some kind of session id. From now on every request from the client needs to be directed to the same VM.
Is that possible somehow?