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
+5-30Lines changed: 5 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,12 +239,15 @@ Additional properties that compare to Dynamics online are **hostName** and **por
239
239
| hostName | The host name of the on-premises Dynamics server. | Yes |
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
-
| 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 user credentials. | Yes when authentication is "ActiveDirectoryAuthentication" |
242
+
| authenticationType | The authentication type to connect to the Dynamics server. Specify "ActiveDirectoryAuthentication" for Dynamics on-premises with IFD. | Yes |
243
+
| domain | The Active Directory domain that will verify user credentials. | Yes |
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 |
247
247
248
+
>[!Note]
249
+
>If you are using "Ifd" authentication type in your solution, please switch to "ActiveDirectoryAuthentication" authentication type before **August 31, 2024**.
250
+
248
251
#### Example: Dynamics on-premises with IFD using Active Directory authentication
249
252
250
253
```json
@@ -274,34 +277,6 @@ Additional properties that compare to Dynamics online are **hostName** and **por
274
277
}
275
278
```
276
279
277
-
#### Example: Dynamics on-premises with IFD using IFD authentication
278
-
279
-
```json
280
-
{
281
-
"name": "DynamicsLinkedService",
282
-
"properties": {
283
-
"type": "Dynamics",
284
-
"description": "Dynamics on-premises with IFD linked service using IFD authentication",
For a full list of sections and properties available for defining datasets, see the [Datasets](concepts-datasets-linked-services.md) article. This section provides a list of properties supported by Dynamics dataset.
0 commit comments