az containerapp job replica

Note

This reference is part of the containerapp extension for the Azure CLI (version 2.53.0 or higher). The extension will automatically install the first time you run an az containerapp job replica command. Learn more about extensions.

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage container app replicas.

Commands

Name Description Type Status
az containerapp job replica list

List a container app job execution's replica.

Extension Preview

az containerapp job replica list

Preview

Command group 'containerapp job replica' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List a container app job execution's replica.

az containerapp job replica list --name
                                 --resource-group
                                 [--execution]

Examples

List a container app job's replicas in a particular execution

az containerapp job replica list -n my-containerappjob -g MyResourceGroup --execution MyExecution

Required Parameters

--name -n

The name of the Containerapp.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--execution

The name of the container app execution. Defaults to the latest execution.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.