简体   繁体   中英

Microsoft Azure Blob storage update

Is there any way to update an Azura Blob Storage by scripts?

I can write a PowerShell script that deletes the actual content of a Blob storage and then upload the content again (obviously, with the changes I made in the meantime), but to avoid this tedious and data-consuming process, is there any better solution to compare the content uploaded and only upload files which are changed? I have seen some solutions in C# but I'd like to use PS script. Thanks for the recommendations.

Edit after comments :

Think you could be after Append Blobs:

https://msdn.microsoft.com/en-us/library/azure/ee691964.aspx

I believe it can only be applied to a specific storage blob type

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM