I'm new to Azure and I am working on data factory and custom activity. I am creating a pipeline with only one custom activity (the activity actually do nothing and return immediately).
However, it seems that the custom activity is sent to batch account. I can see the Job and task created but task remains "Active" and never complete.
Is there anything I missed?
Job: Created and is belonged to desired application pool
Task: Not sure why but application pool is n/a and never complete
Code of the dummy activity. I'm using ADF v2 and therefore it is just a simple console program. Dummy activity