Creating Linked Services in Azure Data Factory (ADF),
Create Linked Service in Azure Data Factory using.Net Custom Activity for the following link, https://learn.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-dot-net#create-a-linked-service
I used applicationId from registered App in ADF
I don't want to execute .Net (Azure SDK .Net) locally because I have ubuntu machine and also I can't use PowerShell script. so I used the Azure function to run Linked Service
I used authenticate ADF using Client Credential
Any other way to create Linked Service in Azure UI?