Skip to content

Commit 6eb9b5e

Browse files
committed
fix acrolinx score
1 parent 09f7f89 commit 6eb9b5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more information, see [Connect using Microsoft Entra authentication](/sql/co
5959
6060
### [SpringBoot](#tab/spring)
6161
62-
For a Spring application, if you create a connection with option `--client-type springboot`, Service Connector will set the properties `spring.datasource.url` with value format `jdbc:sqlserver://<sql-server>.database.windows.net:1433;databaseName=<sql-db>;authentication=ActiveDirectoryMSI;` to Azure Spring Apps.
62+
For a Spring application, if you create a connection with option `--client-type springboot`, Service Connector sets the properties `spring.datasource.url` with value format `jdbc:sqlserver://<sql-server>.database.windows.net:1433;databaseName=<sql-db>;authentication=ActiveDirectoryMSI;` to Azure Spring Apps.
6363
6464
Update your application following the tutorial [Migrate a Java application to use passwordless connections with Azure SQL Database](/azure/developer/java/spring-framework/migrate-sql-database-to-passwordless-connection?tabs=spring%2Capp-service%2Cassign-role-service-connector#2-migrate-the-app-code-to-use-passwordless-connections). Remember to remove the `spring.datasource.password` configuration property if it was set before and add the correct dependencies.
6565
@@ -99,19 +99,19 @@ Update your application following the tutorial [Migrate a Java application to us
9999
100100
### [Django](#tab/django)
101101
102-
The client type `Django` is not supported for system-assigned managed identity, user-assigned managed identity and service principal.
102+
The client type `Django` isn't supported for system-assigned managed identity, user-assigned managed identity and service principal.
103103
104104
### [Go](#tab/go)
105105
106-
The client type `Go` is not supported for system-assigned managed identity, user-assigned managed identity and service principal.
106+
The client type `Go` isn't supported for system-assigned managed identity, user-assigned managed identity and service principal.
107107
108108
### [NodeJS](#tab/nodejs)
109109
110110
1. Install dependencies.
111111
```bash
112112
npm install mssql
113113
```
114-
1. Get the Azure SQL Database connection configurations from the environment variables added by Service Connector.When using the code below, uncomment the part of the code snippet for the authentication type you want to use.
114+
1. Get the Azure SQL Database connection configurations from the environment variables added by Service Connector. When using the code below, uncomment the part of the code snippet for the authentication type you want to use.
115115
```javascript
116116
import sql from 'mssql';
117117
@@ -177,11 +177,11 @@ The client type `Go` is not supported for system-assigned managed identity, user
177177
178178
### [PHP](#tab/php)
179179
180-
The client type `PHP` is not supported for system-assigned managed identity, user-assigned managed identity and service principal.
180+
The client type `PHP` isn't supported for system-assigned managed identity, user-assigned managed identity and service principal.
181181
182182
### [Ruby](#tab/ruby)
183183
184-
The client type `Ruby` is not supported for system-assigned managed identity, user-assigned managed identity and service principal.
184+
The client type `Ruby` isn't supported for system-assigned managed identity, user-assigned managed identity and service principal.
185185
186186
---
187187

0 commit comments

Comments
 (0)