Copy File from one folder in Azure Blob storage to Another floder in Blob Storage using SAS URI
sandeep kolisetty
1
Reputation point
How to copy File from one folder(templates) in Azure Blob storage to Another floder(Results) in Blob Storage using SAS URI.
Also i want to do some manupulations(like Mail Merge) to template documents while copying files from templates folders to Result folder.
I don't want to store the file in local machine during this process.
I have done this in my local , but i am confused how to achive this in blob storage folders with out saving file localy.
Is this possible through C# using SAS URI ?
Can any one help me out on this?