az containerapp job registry
Note
This command group has commands that are defined in both Azure CLI and at least one extension. Install each extension to benefit from its extended capabilities. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage container registry information of a Container App Job.
Commands
Name | Description | Type | Status |
---|---|---|---|
az containerapp job registry list |
List container registries configured in a Container App Job. |
Core | Preview |
az containerapp job registry remove |
Remove a container registry's details in a Container App Job. |
Core | Preview |
az containerapp job registry set |
Add or update a container registry's details in a Container App Job. |
Core | Preview |
az containerapp job registry set (containerapp extension) |
Add or update a container registry's details in a Container App Job. |
Extension | Preview |
az containerapp job registry show |
Show details of a container registry from a Container App Job. |
Core | Preview |
az containerapp job registry list
Command group 'containerapp job registry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List container registries configured in a Container App Job.
az containerapp job registry list --name
--resource-group
Examples
List container registries configured in a Container App Job.
az containerapp job registry list -n my-containerapp-job -g MyResourceGroup
Required Parameters
The name of the Container Apps Job. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than 32 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
az containerapp job registry remove
Command group 'containerapp job registry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Remove a container registry's details in a Container App Job.
az containerapp job registry remove --server
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Remove a registry from a Container App Job.
az containerapp job registry remove -n my-containerapp -g MyResourceGroup --server MyContainerappRegistry.azurecr.io
Required Parameters
The container registry server, e.g. myregistry.azurecr.io.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Container Apps Job. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than 32 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
az containerapp job registry set
Command group 'containerapp job registry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add or update a container registry's details in a Container App Job.
az containerapp job registry set --server
[--identity]
[--ids]
[--name]
[--password]
[--resource-group]
[--subscription]
[--username]
Examples
Configure a Container App Job to use a registry.
az containerapp job registry set -n my-containerapp-job -g MyResourceGroup \
--server MyContainerappJobRegistry.azurecr.io --username MyRegistryUsername --password MyRegistryPassword
Required Parameters
The container registry server, e.g. myregistry.azurecr.io.
Optional Parameters
The managed identity with which to authenticate to the Azure Container Registry (instead of username/password). Use 'system' for a system-defined identity or a resource id for a user-defined identity. The managed identity should have been assigned acrpull permissions on the ACR before deployment (use 'az role assignment create --role acrpull ...').
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Container Apps Job. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than 32 characters.
The password of the registry. If using Azure Container Registry, we will try to infer the credentials if not supplied.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The username of the registry. If using Azure Container Registry, we will try to infer the credentials if not supplied.
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.
az containerapp job registry set (containerapp extension)
Command group 'containerapp job registry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add or update a container registry's details in a Container App Job.
az containerapp job registry set --server
[--identity]
[--ids]
[--name]
[--password]
[--resource-group]
[--subscription]
[--username]
Examples
Configure a Container App Job to use a registry.
az containerapp job registry set -n my-containerapp-job -g MyResourceGroup \
--server MyContainerappJobRegistry.azurecr.io --username MyRegistryUsername --password MyRegistryPassword
Configure a Container App Job to use environment system assigned managed identity to authenticate Azure container registry.
az containerapp job registry set -n my-containerapp-job -g MyResourceGroup \
--server MyContainerappJobRegistry.azurecr.io --identity system-environment
Required Parameters
The container registry server, e.g. myregistry.azurecr.io.
Optional Parameters
The managed identity with which to authenticate to the Azure Container Registry (instead of username/password). Use 'system' for a system-defined identity, Use 'system-environment' for an environment level system-defined identity or a resource id for a user-defined environment/containerapp level identity. The managed identity should have been assigned acrpull permissions on the ACR before deployment (use 'az role assignment create --role acrpull ...').
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Container Apps Job. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than 32 characters.
The password of the registry. If using Azure Container Registry, we will try to infer the credentials if not supplied.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The username of the registry. If using Azure Container Registry, we will try to infer the credentials if not supplied.
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.
az containerapp job registry show
Command group 'containerapp job registry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show details of a container registry from a Container App Job.
az containerapp job registry show --server
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show the details of a container registry.
az containerapp job registry show -n my-containerapp-job -g MyResourceGroup --server MyContainerappJobRegistry.azurecr.io
Required Parameters
The container registry server, e.g. myregistry.azurecr.io.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Container Apps Job. A name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, cannot have '--', and must be less than 32 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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