Hello Im hosting SSC in Azure Kubernetes and wanted to use an Azure Sql server. I've been able to connect to the sever from the command line from the box hosting SSC and from Microsoft SSMS on a gui os within the resource group in azure. I think i might be messing up the JDBC? Im pretty new to this. Any ideas as to what i might be doing wrong? thanks.
JBDC im trying to use.
jdbc:sqlserver://fortify.database.usgovcloudapi.net:1433;database=ssc;sendStringParametersAsUnicode=false;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.usgovcloudapi.net;loginTimeout=30;