I am looking to create a SQL Service Instance however the port that I need to use is not the default 1433. I have tried to specify the port by using <server name>:<port> and <server name>,<port> but I only receive errors that the server is not reachable or invalid connection string.
Is it possible to connect to a different port and, if so, how can this be done?