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
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
ms.author: jianleishen
9
9
author: jianleishen
10
10
ms.custom: synapse
11
-
ms.date: 11/20/2023
11
+
ms.date: 07/11/2024
12
12
---
13
13
# Copy and transform data in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM using Azure Data Factory or Azure Synapse Analytics
14
14
@@ -234,17 +234,21 @@ Additional properties that compare to Dynamics online are **hostName** and **por
234
234
235
235
| Property | Description | Required |
236
236
|:--- |:--- |:--- |
237
-
| type | The type property must be set to "Dynamics", "DynamicsCrm", or "CommonDataServiceForApps". | Yes.|
238
-
| deploymentType | The deployment type of the Dynamics instance. The value must be "OnPremisesWithIfd" for Dynamics on-premises with IFD.| Yes.|
239
-
| hostName | The host name of the on-premises Dynamics server. | Yes.|
237
+
| type | The type property must be set to "Dynamics", "DynamicsCrm", or "CommonDataServiceForApps". | Yes |
238
+
| deploymentType | The deployment type of the Dynamics instance. The value must be "OnPremisesWithIfd" for Dynamics on-premises with IFD.| Yes |
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
-
| organizationName | The organization name of the Dynamics instance. | Yes. |
242
-
| authenticationType | The authentication type to connect to the Dynamics server. Specify "Ifd" for Dynamics on-premises with IFD. | Yes. |
243
-
| username | The username to connect to Dynamics. | Yes. |
244
-
| 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. |
241
+
| organizationName | The organization name of the Dynamics instance. | Yes |
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
+
| username | The username to connect to Dynamics. | Yes |
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 |
245
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 |
246
247
247
-
#### Example: Dynamics on-premises with IFD using IFD authentication
248
+
>[!Note]
249
+
>Due to the sunset of Idf authentication type by **August 31, 2024**, please upgrade to Active Directory Authentication type before the date if you are currently using it.
250
+
251
+
#### Example: Dynamics on-premises with IFD using Active Directory authentication
248
252
249
253
```json
250
254
{
@@ -257,7 +261,8 @@ Additional properties that compare to Dynamics online are **hostName** and **por
0 commit comments