Azure Container Instances · Example Payload

Azure Container Instances Container Properties Example

AzureCloudContainer InstancesContainersMicrosoftServerless

Azure Container Instances Container Properties Example is an example object payload from Azure Container Instances, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commandenvironmentVariablesimageinstanceViewportsvolumeMounts

Example Payload

Raw ↑
{
  "command": [
    "example-string"
  ],
  "environmentVariables": [
    {}
  ],
  "image": "example-string",
  "instanceView": {
    "events": [
      {}
    ],
    "restartCount": 1
  },
  "ports": [
    {}
  ],
  "volumeMounts": [
    {}
  ]
}