Hi,
I have created a new VM in Azure (Server 2012 with SQL 2014). On that VM I have installed SB for Windows 1.1 Server. I can connect to it from the local machine but not from outside of the VM (i.e. from my Dev box).
I was wondering. Is there something specific I have to do to enable a remote client to connect to the SB namespaces? I haven't done anything special at the moment apart from install and configure SB, then created a namespace using PowerShell.
I am using the following connection string:
Endpoint=sb://mynamespace.myserver.cloudapp.net/;StsEndpoint=https://myserver.cloudapp.net/;
SharedSecretIssuer=myuser;SharedSecretValue=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Can anyone help me?
Graham