Forum Discussion
MarkBovenzi
Feb 22, 2024Copper Contributor
PowerShell command trying to grab files from External Blob Storage
Hi there, We have a ERP company that backsup a Database, and I want to setup a script to automatically grab those backup files from their Azure storage. I wrote a script to communicate with the s...
LainRobertson
Feb 23, 2024Silver Contributor
Hi, Mark.
I know precisely nothing about the az command, however, it seems to be complaining about the --name parameter.
Try this format instead:
--name ($firstBlob.name)
Cheers,
Lain