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
Key | Datatype | Required | Description |
---|---|---|---|
x-ms-version | string | ||
x-ms-blob-type | string | ||
x-mock-response-name | string |
RESPONSES
status: Created