Upload Blob

PUT {{baseUrl}}/{{containerName}}/{{blobName}}{{sharedAccessSignature}}

This request uses accountName to put a blob (uploaded in the request body under the binary option) with blobName to the Azure storage container with the given containerName.

Authorization for this request uses the sharedAccessSignature obtained from Azure.

HEADERS

KeyDatatypeRequiredDescription
x-ms-versionstring
x-ms-blob-typestring
x-mock-response-namestring

RESPONSES

status: Created