I have a need to write to two different Azure Blob Storage Folders for backups. I know that Mirror To Option is not possible since I'm in standard edition. I don't know if there is a workaround, short of writing to disk and then copying the backups to Azure Blob Storage Folders. Not sure I would have enough disk space to write the backup to disk first anyway.
The other option would be to write the backup to the one Azure Blob Storage Folder and then have some script, like a Power shell script to do something like an AZCopy Copy but, I'm a novice at best with Power Shell.
Any Ideas on this would be greatly appreciated.