Skip to content

Commit 028c125

Browse files
committed
Update connector-azure-sql-database.md
1 parent b3c9203 commit 028c125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-azure-sql-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For different authentication types, refer to the following sections on specific
106106
107107
### SQL authentication
108108

109-
When you use SQL authentication authentication type, specify the generic properties that are described in the preceding section.
109+
To use SQL authentication authentication type, specify the generic properties that are described in the preceding section.
110110

111111
**Example: using SQL authentication**
112112

@@ -180,7 +180,7 @@ When you use SQL authentication authentication type, specify the generic propert
180180

181181
### Service principal authentication
182182

183-
When you use service principal authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
183+
To use service principal authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
184184

185185
| Property | Description | Required |
186186
|:--- |:--- |:--- |
@@ -240,7 +240,7 @@ You also need to follow the steps below:
240240

241241
A data factory or Synapse workspace can be associated with a [system-assigned managed identity for Azure resources](data-factory-service-identity.md#system-assigned-managed-identity) that represents the service when authenticating to other resources in Azure. You can use this managed identity for Azure SQL Database authentication. The designated factory or Synapse workspace can access and copy data from or to your database by using this identity.
242242

243-
To use system-assigned managed identity authentication, follow these steps.
243+
To use system-assigned managed identity authentication, specify the generic properties that are described in the preceding section, and follow these steps.
244244

245245
1. [Provision an Azure Active Directory administrator](/azure/azure-sql/database/authentication-aad-configure#provision-azure-ad-admin-sql-database) for your server on the Azure portal if you haven't already done so. The Azure AD administrator can be an Azure AD user or an Azure AD group. If you grant the group with managed identity an admin role, skip steps 3 and 4. The administrator has full access to the database.
246246

@@ -280,7 +280,7 @@ To use system-assigned managed identity authentication, follow these steps.
280280

281281
A data factory or Synapse workspace can be associated with a [user-assigned managed identities](data-factory-service-identity.md#user-assigned-managed-identity) that represents the service when authenticating to other resources in Azure. You can use this managed identity for Azure SQL Database authentication. The designated factory or Synapse workspace can access and copy data from or to your database by using this identity.
282282

283-
When you use user-assigned managed identity authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
283+
To use user-assigned managed identity authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
284284

285285
| Property | Description | Required |
286286
|:--- |:--- |:--- |

0 commit comments

Comments
 (0)