{
"name": "string",
"softQuota": {
"type": "spaceRemainingQuota",
"limit": 0
},
"bucketConfiguration": {
"accountName": "string",
"containerName": "string",
"authentication": {
"authenticationMethod": "ACCOUNTKEY",
"accountKey": "string"
}
}
}
curl --location -g --request PUT 'http://{{host}}/v1/blobstores/azure/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"softQuota": {
"type": "spaceRemainingQuota",
"limit": 0
},
"bucketConfiguration": {
"accountName": "string",
"containerName": "string",
"authentication": {
"authenticationMethod": "ACCOUNTKEY",
"accountKey": "string"
}
}
}'
{}