Hi,
I am trying to understand if we can copy from source(ADLSv1 storage) to destination(azure Devops git repo). I came across this article: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-file-copy?view=azure-devops but it does not explain how to set the destination as Devops VM, and then where to run the script.
My understanding on intermediate steps is something like this so far:
1. automate new branch creation in azure devops.
2. use devops api to read from blob storage and copy to the above devops git branch
3. create release to merge above PR everyday 12am.
any pointers/example on how to create and run the script for #1 and #2?
Thanks!