I'm new to Azure Data Factory, and currently reading through this page on the Microsoft Docs. I see that you can use the ADF .NET SDK to do a number of operations through .NET. When I got to the Data Flow section, I saw mention of the Data Factory UI, and
without any coding required.
Is there a way to create Data Flows using the ADF .NET SDK? I couldn't immediately find anything on a way that makes use of code.
You can do it using the REST API:
https://docs.microsoft.com/en-us/rest/api/datafactory/data-flows/create-or-update
for a pipeline, it seems that you can also use existing sdk:
https://docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-rest-api