You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-azure-sql-database.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ For different authentication types, refer to the following sections on specific
106
106
107
107
### SQL authentication
108
108
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.
110
110
111
111
**Example: using SQL authentication**
112
112
@@ -180,7 +180,7 @@ When you use SQL authentication authentication type, specify the generic propert
180
180
181
181
### Service principal authentication
182
182
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:
184
184
185
185
| Property | Description | Required |
186
186
|:--- |:--- |:--- |
@@ -240,7 +240,7 @@ You also need to follow the steps below:
240
240
241
241
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.
242
242
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, andfollow these steps.
244
244
245
245
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.
246
246
@@ -280,7 +280,7 @@ To use system-assigned managed identity authentication, follow these steps.
280
280
281
281
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.
282
282
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:
0 commit comments