ADF Development using Visual Studio 2019 (.NET SDK)

Madasi, Srinivas 21 Reputation points
2021-08-03T09:16:54.663+00:00

Hi Team,

We tried creating ADF using .NET SDK as explained in the article https://learn.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-dot-net. Although we were able to do this, we did notice several issues while executing and debugging. For instance, the error thrown by ADF was not correctly appearing in Visual Studio 2019. And even the ADF instance had failed, Visual Studio continued to process for more time as the expression pipelineRun.Status was returned as "InProgress" for some reason.
Our question is – are there any known issues/challenges using .NET SDK instead of ADF studio (portal) to build ADF processes? We are also not finding enough documentation around using .NET SDK to author and manage ADFs. Does Microsoft recommend to use .NET SDK instead of ADF studio?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2021-08-03T10:25:42.127+00:00

    Not sure on the issue you are reporting but you will see the .net SDK details in below, also check the index on left side:

    https://learn.microsoft.com/en-us/dotnet/api/overview/azure/data-factory

    Based on my experience, most of the users prefer to develop, monitor ADF using Portal UI directly

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.