AzureFileVolume is a JSON Structure definition published by Azure Container Instances, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-structure/azure-container-instances-azure-file-volume-structure.json",
"description": "The properties of the Azure File volume. Azure File shares are mounted as volumes.",
"type": "object",
"properties": {
"readOnly": {
"description": "The flag indicating whether the Azure File shared mounted as a volume is read-only.",
"type": "boolean"
},
"shareName": {
"description": "The name of the Azure File share to be mounted as a volume.",
"type": "string"
},
"storageAccountKey": {
"description": "The storage account access key used to access the Azure File share.",
"type": "string"
},
"storageAccountName": {
"description": "The name of the storage account that contains the Azure File share.",
"type": "string"
}
},
"required": [
"shareName",
"storageAccountName"
],
"name": "AzureFileVolume"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.