Move Video File from Azure Blob Storage to Sharepoint site in C#
Please give advice to move a zoom recording video file from Azure Blob Storage to Sharepoint directly using C#. Recently, the process that I created is to get the Azure storage file uri -> download the file at local device -> Upload the file to Sharepoint. However, now I want the Azure file to be uploaded directly to Sharepoint without needing to download the file to local storage first. How can I achieve that?
enter image description here