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-dynamics-crm-office-365.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ Additional properties that compare to Dynamics online are **hostName** and **por
240
240
| port | The port of the on-premises Dynamics server. | No. The default value is 443. |
241
241
| organizationName | The organization name of the Dynamics instance. | Yes |
242
242
| authenticationType | The authentication type to connect to the Dynamics server. Specify "ActiveDirectoryAuthentication" or "Ifd" for Dynamics on-premises with IFD. | Yes |
243
-
| domain | The Active Directory domain that will verify your credentials. | Yes when authentication is "ActiveDirectoryAuthentication" |
243
+
| domain | The Active Directory domain that will verify user credentials. | Yes when authentication is "ActiveDirectoryAuthentication" |
244
244
| username | The username to connect to Dynamics. | Yes |
245
245
| password | The password for the user account you specified for the username. You can mark this field with "SecureString" to store it securely. Or you can store a password in Key Vault and let the copy activity pull from there when it does data copy. Learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | Yes |
246
246
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. If no value is specified, the property uses the default Azure integration runtime. | No |
0 commit comments