Azure Container Instances · JSON Structure

Azure Container Instances Container Exec Structure

The container execution command, for liveness or readiness probe

Type: object Properties: 1
AzureCloudContainer InstancesContainersMicrosoftServerless

ContainerExec is a JSON Structure definition published by Azure Container Instances, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

command

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-exec-structure.json",
  "description": "The container execution command, for liveness or readiness probe",
  "type": "object",
  "properties": {
    "command": {
      "description": "The commands to execute within the container.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "name": "ContainerExec"
}