Skip to content

Commit efeef3d

Browse files
committed
fix comments
1 parent 6eb9b5e commit efeef3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/service-connector/how-to-integrate-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: event-tier1-build-2022, engagement-fy23
1111

1212
# Integrate Azure SQL Database with Service Connector
1313

14-
This page shows supported authentication methods and clients, and shows sample code you can use to connect compute services to Azure SQL Database using Service Connector. You might still be able to connect to App Configuration using other methods. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
14+
This page shows supported authentication methods and clients, and shows sample code you can use to connect compute services to Azure SQL Database using Service Connector. You might still be able to connect to Azure SQL Database using other methods. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
1515

1616
## Supported compute services
1717

articles/service-connector/includes/code-sql-secret.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class Main {
9797
pip install pyodbc
9898
```
9999
100-
1. In setting file, get the Azure SQL Database connection configurations from the environment variable added by Service Connector.
100+
1. In the setting file, get the Azure SQL Database connection configurations from the environment variable added by Service Connector.
101101
```python
102102
# in your setting file, eg. settings.py
103103
@@ -120,6 +120,7 @@ public class Main {
120120
},
121121
},
122122
}
123+
```
123124
124125
### [Go](#tab/go)
125126

0 commit comments

Comments
 (0)