Skip to content

Commit 52f95e9

Browse files
committed
paraphrase
1 parent c0f9dd9 commit 52f95e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-connector/includes/code-sql-me-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Update your application following the tutorial [Migrate a Java application to us
8585
python -m pip install pyodbc
8686
```
8787
88-
1. Get the Azure SQL Database connection configurations from the environment variable added by Service Connector. When using the code below, uncomment the part of the code snippet for the authentication type you want to use.
88+
1. Get the Azure SQL Database connection configurations from the environment variable added by Service Connector. When using the code below, uncomment the part of the code snippet for the authentication type you want to use. If you are using Azure Container Apps as compute service or the connection string in the code snippet doesn't work, refer to [Migrate a Python application to use passwordless connections with Azure SQL Database](/azure/azure-sql/database/azure-sql-passwordless-migration-python) to connect to Azure SQL Database using an access token.
89+
8990
```python
9091
import os
9192
import pyodbc
@@ -110,7 +111,6 @@ Update your application following the tutorial [Migrate a Java application to us
110111
111112
conn = pyodbc.connect(connString)
112113
```
113-
Refer to [Migrate a Python application to use passwordless connections with Azure SQL Database](/azure/azure-sql/database/azure-sql-passwordless-migration-python) to connect to Azure SQL Database using an access token.
114114
115115
### [NodeJS](#tab/sql-me-id-nodejs)
116116

0 commit comments

Comments
 (0)