I've copied the connection string provided by the portal (ADO). During my last visit , the site asked if I wished the firewall to be opened for a new IP and, naturally, I requested it to be so.
However, something seems to be wrong because the call using it results in the error messages:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I'm not sure how to approach the problem, though. The connection string seems to be correct, as far my understanding goes. Perhaps it doesn't go far enough, though. Not an expert, precisely...
Server=tcp:some.database.windows.net,1433;
Database=Squicker;
User ID=Chamster@some;Password=Hazaa;
Trusted_Connection=False;Encrypt=True;
Connection Timeout=30;
I've googled some guides and such but, apparently, I'm missing their point, because I can't spot any difference in approach between those and mine...