Search code examples
azurepowershellazure-storageazure-blob-storageazure-powershell

How to add block to existing Azure Storage BLOB using PowerShell?


How does one add a block to an existing block BLOB in Azure Storage? Ideally, this would be done with PowerShell. However, I do not see any way of doing so in the Azure.Storage PowerShell module.


Solution

  • Currently the cmdlets in Azure.Storage module, only support to upload a whole blob, don't support to update part of the blob.