Azure Container Instances · Schema
ContainerProperties
The container instance properties.
AzureCloudContainer InstancesContainersMicrosoftServerless
Properties
| Name | Type | Description |
|---|---|---|
| command | array | The commands to execute within the container instance in exec form. |
| environmentVariables | array | The environment variables to set in the container instance. |
| image | string | The name of the image used to create the container instance. |
| instanceView | object | The instance view of the container instance. Only valid in response. |
| livenessProbe | object | The liveness probe. |
| ports | array | The exposed ports on the container instance. |
| readinessProbe | object | The readiness probe. |
| resources | object | The resource requirements of the container instance. |
| volumeMounts | array | The volume mounts available to the container instance. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-container-properties-schema.json",
"title": "ContainerProperties",
"description": "The container instance properties.",
"type": "object",
"properties": {
"command": {
"description": "The commands to execute within the container instance in exec form.",
"items": {
"type": "string"
},
"type": "array"
},
"environmentVariables": {
"description": "The environment variables to set in the container instance.",
"items": {
"$ref": "#/definitions/EnvironmentVariable"
},
"type": "array"
},
"image": {
"description": "The name of the image used to create the container instance.",
"type": "string"
},
"instanceView": {
"description": "The instance view of the container instance. Only valid in response.",
"properties": {
"currentState": {
"$ref": "#/definitions/ContainerState",
"description": "Current container instance state.",
"readOnly": true
},
"events": {
"description": "The events of the container instance.",
"items": {
"$ref": "#/definitions/Event"
},
"readOnly": true,
"type": "array"
},
"previousState": {
"$ref": "#/definitions/ContainerState",
"description": "Previous container instance state.",
"readOnly": true
},
"restartCount": {
"description": "The number of times that the container instance has been restarted.",
"readOnly": true,
"type": "integer"
}
},
"readOnly": true,
"type": "object"
},
"livenessProbe": {
"$ref": "#/definitions/ContainerProbe",
"description": "The liveness probe."
},
"ports": {
"description": "The exposed ports on the container instance.",
"items": {
"$ref": "#/definitions/ContainerPort"
},
"type": "array"
},
"readinessProbe": {
"$ref": "#/definitions/ContainerProbe",
"description": "The readiness probe."
},
"resources": {
"$ref": "#/definitions/ResourceRequirements",
"description": "The resource requirements of the container instance."
},
"volumeMounts": {
"description": "The volume mounts available to the container instance.",
"items": {
"$ref": "#/definitions/VolumeMount"
},
"type": "array"
}
},
"required": [
"image",
"resources"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-container-instances-container-properties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.