Skip to main content

Create a new blob container

POST /azure/ha/metadata/create-container

Creates a new blob container.

Request Body

Name Type Required Description

subscriptionId

string

False

cloudProviderAccountId

string

False

resourceGroupName

string

True

storageAccountName

string

False

containerName

string

False

Example request
{
  "subscriptionId": "string",
  "cloudProviderAccountId": "string",
  "resourceGroupName": "string",
  "storageAccountName": "string",
  "containerName": "string"
}

Error

Status: Default, Default response