Skip to content

Commit 3c526bc

Browse files
authored
Acrolinx
1 parent ce8d4e6 commit 3c526bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/process-data/howto-configure-datasource-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the source stage, you define:
3131

3232
## Prepare the SQL Server database
3333

34-
Before you can read from a your SQL Server database, you need to grant access to the database from the pipeline. You can use `Username/Password`, `Managed identity`, or `Service principal` to authenticate the pipeline to the database. The advantage of using a managed identity is that you don't need to manage the lifecycle of the service principal or the password details. The managed identity is automatically managed by Azure and is tied to the lifecycle of the resource it's assigned to.
34+
Before you can read from your SQL Server database, you need to grant access to the database from the pipeline. You can use `Username/Password`, `Managed identity`, or `Service principal` to authenticate the pipeline to the database. The advantage of using a managed identity is that you don't need to manage the lifecycle of the service principal or the password details. The managed identity is automatically managed by Azure and is tied to the lifecycle of the resource it's assigned to.
3535

3636
# [Service principal](#tab/serviceprincipal)
3737

0 commit comments

Comments
 (0)