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.
2 Answers
If u want to upload a blob to Azure Blob Storage you should use Set-AzureStorageBlobContent command(Note: there are a param to overwrite an existing blob) take a look on the docs to Azure.Storage or there are other ways too, like phyton module or AzCopy command, take look to AzCopy