Azure Container Instances · Example Payload

Azure Container Instances Container Probe Example

AzureCloudContainer InstancesContainersMicrosoftServerless

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

Top-level fields

failureThresholdinitialDelaySecondsperiodSecondssuccessThresholdtimeoutSeconds

Example Payload

Raw ↑
{
  "failureThreshold": 1,
  "initialDelaySeconds": 1,
  "periodSeconds": 1,
  "successThreshold": 1,
  "timeoutSeconds": 1
}