Azure / Azure/Azure-DataFactory

Samples for Loading data into Dynamics

Open
#272 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

Hi Guys,
I would like c# samples of how to load data into Dynamics 365. I want to do everything in code.
So how do you create a linkedService for Dynamics. This is how you do it for blob storage.

LinkedServiceResource storageLinkedService = new LinkedServiceResource(
new AzureStorageLinkedService
{
ConnectionString = new SecureString(
"DefaultEndpointsProtocol=https;AccountName=" + storageAccount +
";AccountKey=" + storageKey)
}
);
This is how you do it with json files
https://docs.microsoft.com/en-us/azure/data-factory/connector-dynamics-crm-office-365

Best Regards,
Alistair

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.