File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/service-connector/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ Update your application following the tutorial [Migrate a Java application to us
97
97
98
98
# Uncomment the following lines according to the authentication type. Customize the driver version as you want.
99
99
# For system-assigned managed identity.
100
- # connString = f'Driver={{ODBC Driver 18 for SQL Server}};Server={server},{port};Database={database};Authentication={authentication};Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30'
100
+ # connString = f'Driver={{ODBC Driver 18 for SQL Server}};Server=tcp: {server},{port};Database={database};Authentication={authentication};Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30'
101
101
102
102
# For user-assigned managed identity.
103
103
# user = os.getenv('AZURE_SQL_USER')
104
- # connString = f'Driver={{ODBC Driver 18 for SQL Server}};Server={server},{port};Database={database};UID={user};Authentication={authentication};Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30'
104
+ # connString = f'Driver={{ODBC Driver 18 for SQL Server}};Server=tcp: {server},{port};Database={database};UID={user};Authentication={authentication};Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30'
105
105
106
106
# For service principal.
107
107
# user = os.getenv('AZURE_SQL_USER')
You can’t perform that action at this time.
0 commit comments