I am trying to copy test.xml from azure blob storage to c:\data\test.xml in local computer in azure devops pipeline. I want to do this as pipeline task, So I am assuming running a powershell script with PAT token passed. as per different articles, I can use azcopy. But I want to avoid this installation and can simply copying file.