0

Looking at the documentation I see no example of how to run this script against ADLS instance; is there an example of what activity type etc. should be used for this functionality?

0

1 Answer 1

0

You can use Custom activity in ADF to achieve your requirement.

  • First create a storage account and upload your script file to a location in the storage account.

  • Create an Azure batch and create required pools in it.

  • Now, create Azure batch linked service in ADF.

    enter image description here

  • Give this linked service to the Custom activity in ADF. In the settings, give the uploaded script file location from storage account. For this, you need to create an Azure Blob storage linked service.

    enter image description here

Now, run the custom activity and your script from storage account will be executed. You can go through this reference documentation to know more about this.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.