In order to install 360Eyes on SQL Server on Azure, the Microsoft SQL Driver must be used. Specify the URL using the following syntax:
jdbc:sqlserver://<serverName[\<instanceName>]>:<portNumber>[;property=<value>][;property=<value>];
Example:
jdbc:sqlserver://gbandsmith.database.windows.net:1433;database=360eyes;
encrypt=true;trustServerCertificate=false;
hostNameInCertificate=*.database.windows.net;loginTimeout=30;
See Also
Keywords
cloud, SQLServer, Azure, Microsoft
Product
Product or Product version
Languages