How to connect Azure SQL server with Service Principal
Dear Developers,
we have a database in Azure and need to connect thingworx with the database.
we cannot use a SQL local account for the connection due to security perspective.
we have a service principal and confirmed we can connect with the database via the service principal.
I want to know how to create a thing which can connect with the SQL by using the service principal.
what thingtemplate do we need to use ?
what connection string do we need to use to specify the authentication mode ?
is it ok to put client ID as user name and secret key as password ?

