Hello,
I have two storage accounts with each their own fileshare, one is public with a sastoken and the other is my own storage with a key.
How to I copy a file from the public fileshare to my own storage?
Get-AzStorageFileContent -ShareName 'publicshare' -Path 'publicsharefolder\publicfile.txt' -Destination myownsharexyz -Context xyz