Which remotes support the rcat function?

You don't need local storage for

rclone copy Azure: OneDrive:

but it will download and upload.

Now 30GB isn't much so perhaps you have another machine that you can setup as (streaming) SFTP server something like this:

rclone serve sftp yourSFTPserver:

and then do

tar -czf - /path/to/lots/of/files | rclone rcat yourSFTPserver:from_vm.tar.gz
rclone copy yourSFTPserver: OneDrive: