Azure Container Instances · Example Payload

Azure Container Instances Container Exec Request Example

AzureCloudContainer InstancesContainersMicrosoftServerless

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

Top-level fields

commandterminalSize

Example Payload

Raw ↑
{
  "command": "example-string",
  "terminalSize": {
    "cols": 1,
    "rows": 1
  }
}