Azure Container Instances · JSON Structure

Azure Container Instances Container Properties Structure

The container instance properties.

Type: object Properties: 9 Required: 2
AzureCloudContainer InstancesContainersMicrosoftServerless

ContainerProperties is a JSON Structure definition published by Azure Container Instances, describing 9 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

command environmentVariables image instanceView livenessProbe ports readinessProbe resources volumeMounts

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-container-properties-structure.json",
  "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"
  ],
  "name": "ContainerProperties"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/azure-container-instances-container-properties-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.