Hi @Rupasinghe D.M.H.M ,
Thank you for posting query in Microsoft Q&A Platform.
As per my understanding your looking for having Data movement or Data tranfermation implemented from resources to which connectors are in not available. Please correct me if I am wrong.
Creating completely a new connector is not possible in ADF. You Should consider using custom activity for this purpose.
To move data to/from a data store that the ADF service does not support, or to transform/process data in a way that isn't supported by the ADF service, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines.
Please check this link to know more details about custom activity.
Hope this helps. Please let us know if any further queries. Thank you.
---------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.