az containerapp job replica
Note
This reference is part of the containerapp extension for the Azure CLI (version 2.62.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
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
The name of the Containerapp.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The name of the container app execution. Defaults to the latest execution.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI