Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 682 Bytes

ContainerGroupProbeExec.md

File metadata and controls

9 lines (6 loc) · 682 Bytes

ContainerGroupProbeExec

Defines the exec action for a probe in a container group. This is used to execute a command inside a container for health checks.

Properties

Name Type Required Description
command string[] The command to execute inside the container. Exit status of 0 is considered successful, any other exit status is considered failure.