Create Container

PUT {{baseUrl}}/{{containerName}}?restype=container

This request is uses accountName and containerName to create an Azure storage container if it does not exist already. It uses the bearerTokenBlob variable for authentication.

If a container with the given containerName does not already exist, the request returns a 201 status and creates the container, and if it already exists, the request returns a 409 status.

Request Params

KeyDatatypeRequiredDescription
restypestring

HEADERS

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

RESPONSES

status: Created