1

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 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

2 Comments

Thank you, but I'm not asking how to upload a blob. I'm asking to upload a new block or page to an already-uploaded block blob or page blob.
Maybe you could use the param -BlobType and specify the blob as page.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.