An Azure service that stores unstructured data in the cloud as blobs.
Copy File from one folder in Azure Blob storage to Another floder in Blob Storage using SAS URI
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?
Azure Blob Storage
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.