Dear,
I am looking for some advices. I need to read a large file (>500MB) from the blob storage (it is encrypted at rest) with keys from the key vault. And then I need to push the file (it is a zip) as it is to a REST service with the file as body using form-data.
I tried to use a web request but apparently the payload is limited to 1.5 MB.
Any advice?