Skip to content

Commit 170afe6

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add note and remove Ifd
1 parent e928140 commit 170afe6

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

articles/data-factory/connector-dynamics-crm-office-365.md

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,15 @@ Additional properties that compare to Dynamics online are **hostName** and **por
239239
| hostName | The host name of the on-premises Dynamics server. | Yes |
240240
| port | The port of the on-premises Dynamics server. | No. The default value is 443. |
241241
| 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 |
244244
| username | The username to connect to Dynamics. | Yes |
245245
| 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 |
246246
| 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 |
247247

248+
>[!Note]
249+
>If you are using "Ifd" authentication type in your solution, please switch to "ActiveDirectoryAuthentication" authentication type before **August 31, 2024**.
250+
248251
#### Example: Dynamics on-premises with IFD using Active Directory authentication
249252

250253
```json
@@ -274,34 +277,6 @@ Additional properties that compare to Dynamics online are **hostName** and **por
274277
}
275278
```
276279

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",
285-
"typeProperties": {
286-
"deploymentType": "OnPremisesWithIFD",
287-
"hostName": "contosodynamicsserver.contoso.com",
288-
"port": 443,
289-
"organizationName": "admsDynamicsTest",
290-
"authenticationType": "Ifd",
291-
"username": "[email protected]",
292-
"password": {
293-
"type": "SecureString",
294-
"value": "<password>"
295-
}
296-
},
297-
"connectVia": {
298-
"referenceName": "<name of Integration Runtime>",
299-
"type": "IntegrationRuntimeReference"
300-
}
301-
}
302-
}
303-
```
304-
305280
## Dataset properties
306281

307282
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

Comments
 (0)