After enabling private end point connection on Azure SQL service,Thingworx server is not running
Hello,
After enabling private end point connection on Azure SQL service, Thingworx server is not running. Is there any other configuration do we need to do on Thingworx side. I have updated private end point link for database in Platform settings file.
Below is configuration in Platform-Settings.json file for Azure SQL .
"PersistenceProviderPackageConfigs": {
"AzuresqlPersistenceProviderPackage": {
"ConnectionInformation": {
"driverClass": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
"jdbcUrl": "jdbc:sqlserver://xxxxx.privatelink.database.windows.net:1433;databaseName=thingworx;applicationName=Thingworx;encrypt=true;trustServerCertificate=true",
"password": "x",xxxxxx
"username": "twadmin"
},
.....................................
........................................
Thanks&Regards,
Latha

